//a+b mindcoding #include using namespace std; int main() { ifstream f("input"); ofstream g("output"); int a,b; f>>a>>b; g<