#include <stdio.h> int f(int x) { return x*x; } int main() { printf("%d\n",(f(3)-f(2))); return 0; }
To embed this project on your website, copy the following code and paste it into your website's HTML: