运行 ID 作者 题号 测评结果 分数 时间 内存 语言 代码长度 提交时间
217033 21软工1班李梓洋 1113 - 盒子 编译错误 0 0 MS 0 KB C++ 845 3年前
暂时无法获取本题测试点详情。

Main.cc: In function ‘int main()’:
Main.cc:25:11: error: ‘d’ was not declared in this scope
25 | d++;
| ^
Main.cc:36:9: error: ‘d’ was not declared in this scope
36 | if((d/2)==3&&a==b,b==c)
| ^
Main.cc:38:12: error: expected ‘(’ before ‘{’ token
38 | else if{
| ^
| (
Main.cc:41:5: error: ‘else’ without a previous ‘if’
41 | else
| ^~~~
Main.cc:5:18: warning: unused variable ‘xixi’ [-Wunused-variable]
5 | int a=0,b=0,c=0,xixi=0;
| ^~~~