#include
using namespace std; int main() { cout << (10 == 15); return 0; }
0