#include #include using namespace std; #define F cin #define G cout //ifstream F("p.in"); //ofstream G("p.out"); int a,b; int main() { F>>a>>b; G<