#include #include #define in cin #define out cout using namespace std; int main(){ #ifndef ONLINE_JUDGE ifstream in("test.in"); ofstream out("test.out"); #endif int a,b; in>>a>>b; out<