经实测,下列代码可以AC P1001
#include<bits/stdc++.h> using namespace std; int a[2], b, c; int main() { cin >> b >> c; cout << a[2]+a[3]; }
记录
求解释这是Why