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