这是什么特性?
查看原帖
这是什么特性?
1304502
China_U_19641016楼主2024/10/14 22:07

AC Code:

#include<bits/stdc++.h>
using namespace std;
int ans,t;
int main(){
    while(cin>>t) ans+=t;
    cout<<ans;
    return 0;
}
2024/10/14 22:07
加载中...