Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
114126 谭哲曦 13分苹果 C++ Compile Error 0 MS 0 KB 151 2025-03-21 21:19:09

Tests(0/0):


Code:

#include<iostream> using namespace; { int i,sum=0,n、m; cin >>n >> m; for(i=m;i++) sum+=i; cout<<sum; returm 0; }


Run Info:

Main.cc:4:5: error: stray '\343' in program
     int i,sum=0,n、m;
     ^
Main.cc:4:5: error: stray '\200' in program
Main.cc:4:5: error: stray '\201' in program
Main.cc:2:16: error: expected identifier before ';' token
 using namespace;
                ^
Main.cc:3:1: error: expected unqualified-id before '{' token
 {
 ^