#include using namespace std; int main(){ int x = 50; cout << x << endl; }