竞赛
考级
可以不和我一样使用万能头或者全局变量 不用万能头的话用iostream #include<bits/stdc++.h> using namespace std; int n,x; int main(){ cin>>n>>x; cout<<n + x; }
FC Bayern