#include using namespace std; int main() { int A,B; ifstream fin("A+B.in"); ofstream fout("A+B.out"); fin>>A>>B; fout<