提交时间:2025-09-10 17:13:33
运行 ID: 67307
include <iostream> using namespace std; int main() { int n, sum; while (cin >> n) { sum+=n; } return 0; }