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