#include using namespace std; int pippo() { int a=1; a+=100; cout << a << endl; return 0; }