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