WA了求助,一分没拿
#include <bits/stdc++.h> using namespace std; int main(){ int a, b; cin >> a >> b; // 加速,防TLE goto _; cout << a + b; _: return 0; }