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