#include #include using namespace std; ifstream f("input.in"); ofstream g("output.out"); int main() { int a,b,s; f>>a; f>>b; s=a+b; g<