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

Tests(0/0):


Code:

#include<iostream> using namespace; { int i,sum=0; for(int i =1;i<=13;i++) sum+=i; cout<<sum; returm 0; }


Run Info:

Main.cc:2:16: error: expected identifier before ';' token
 using namespace;
                ^
Main.cc:3:1: error: expected unqualified-id before '{' token
 {
 ^