Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
145612 陈牧洋 A+B 输入输出练习V C++ Compile Error 0 MS 0 KB 244 2026-01-25 16:59:00

Tests(0/0):


Code:

#include<bits/stdc++.h> using namespace std; //cout<<fixed<<setprecision(n)<<变量; int main(){ int n,sum=0; cin >> n; while(i--){ int a; cin >> a; sum+=a; } cout << sum; return 0; }


Run Info:

Main.cc: In function 'int main()':
Main.cc:7:11: error: 'i' was not declared in this scope
     while(i--){
           ^