运行 ID | 作者 | 题号 | 测评结果 | 分数 | 时间 | 内存 | 语言 | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|---|
222234 | 21软工1班聂云滔 | 1597 - 正则问题 | 编译错误 | 0 | 0 MS | 0 KB | C++ | 390 | 3年前 |
Main.cc: In function ‘int dfs()’:
Main.cc:7:32: error: ‘finished’ was not declared in this scope; did you mean ‘finshed’?
7 | while((x=getchar())!=EOF&&!finished){
| ^~~~~~~~
| finshed
Main.cc:15:1: warning: no return statement in function returning non-void [-Wreturn-type]
15 | }
| ^