#include using namespace std; ifstream in("a+b.in"); ofstream out("a+b.out"); int main() { int a,b; in>>a>>b; out<