#include <iostream>

using namespace std;

void f(int i)
{
   cout << i << endl;
}
