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