#include using namespace std; int main(void){ //input int p; cin >> p; //output cout << p << endl; }