运行 ID 作者 题号 测评结果 分数 时间 内存 语言 代码长度 提交时间
643959 Y1614824396_fdsf 1014 - 判断字符类型 编译错误 0 0 MS 0 KB C++ 315 14天前
暂时无法获取本题测试点详情。

Main.cc: In function 'int main()':
Main.cc:9:5: error: 'eles' was not declared in this scope
9 | eles if(x==' ') cout<<"space"<<endl;
| ^~~~
Main.cc:10:5: error: 'else' without a previous 'if'
10 | else cout<<"other"<<endl;
| ^~~~