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