#include <iostream>
using namespace std;

int main(int&(*main)()) {
	return main() = ++main() = main()++;
}