#include using namespace std; int main() { for(int i = 0; i < 100000000; i++); cout << 0 << endl; return 0; }