运行 ID | 作者 | 题号 | 测评结果 | 分数 | 时间 | 内存 | 语言 | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|---|
17446 | 20200612115邹逸文 | 1405 - 字母大小写转换问题 | 编译错误 | 0 | 0 MS | 0 KB | C++ | 414 | 2年前 |
Main.cc: In function 'void dfs(int)':
Main.cc:6:8: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
6 | if (n == strlen(x))
| ~~^~~~~~~~~~~~
Main.cc: In function 'int main()':
Main.cc:26:2: error: 'gets' was not declared in this scope; did you mean 'fgets'?
26 | gets(x);
| ^~~~
| fgets