#include #include using namespace std; ifstream f("Input"); ofstream g("Output"); int main() { int a,b; f>>a>>b; g<