代码如下:
#include<bits/stdc++.h> using namespace std; int main(){ freopen("dog.in","r",stdin); freopen("dog.out","w",stdout); int a,b,c,d,e; cout << a+b+c+d+e; return 0; }
为啥我的输入是:
1 2 3 4 5
但结果是:
1