Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
149120 王峻熙 13分苹果 C++ Compile Error 0 MS 0 KB 168 2026-03-07 14:56:53

Tests(0/0):


Code:

#include<iostream> using namespace std; int main(){ int n,s=0; cin>>n; for(int i=1;i<=n;i++){ s=s+n; cout<<s<<endl; return 0; }


Run Info:

Main.cc: In function 'int main()':
Main.cc:10:1: error: expected '}' at end of input
 }
 ^