#include #include using namespace std; int a, b; int main() { ifstream fin("input.in"); ofstream fout("output.out"); fin>>a>>b; fout<