运行 ID | 作者 | 题号 | 测评结果 | 分数 | 时间 | 内存 | 语言 | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|---|
422087 | xboo | 1249 - 大小写转换 | 编译错误 | 0 | 0 MS | 0 KB | C++ | 240 | 2年前 |
Main.cc: In function ‘int main()’:
Main.cc:7:15: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
7 | for(int i=0;i<a.size();i++)
| ~^~~~~~~~~
Main.cc:13:3: error: ‘esle’ was not declared in this scope
13 | esle
| ^~~~