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