#include <iostream>
using namespace std;
int main()
{
int $123 = 10;
cout << $123 << endl;
return 0;
}