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