#include<bits/stdc++.h> using namespace std; int main() { cout<<"This is a simple problem."<<endl; return 0; }