传送门
#include <iostream> #include <cstdio> using namespace std; int mian() { int a,b; cin >> a >> b; cout << a+b << endl; return 0; }
哪里错了(