Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
119100 谭哲曦 11种树 C++ Compile Error 0 MS 0 KB 110 2025-05-15 18:01:28

Tests(0/0):


Code:

#include<iostream> using namespace std; int main() { int i,sum=0; (200<=n<=1000,1<=k<=100);


Run Info:

Main.cc: In function 'int main()':
Main.cc:6:11: error: 'n' was not declared in this scope
     (200<=n<=1000,1<=k<=100);
           ^
Main.cc:6:22: error: 'k' was not declared in this scope
     (200<=n<=1000,1<=k<=100);
                      ^
Main.cc:5:9: warning: unused variable 'i' [-Wunused-variable]
     int i,sum=0;
         ^
Main.cc:5:11: warning: unused variable 'sum' [-Wunused-variable]
     int i,sum=0;
           ^
Main.cc:6:29: error: expected '}' at end of input
     (200<=n<=1000,1<=k<=100);
                             ^