运行 ID | 作者 | 题号 | 测评结果 | 分数 | 时间 | 内存 | 语言 | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|---|
644547 | Y1614824396_fdsf | 1051 - 性质判断 | 编译错误 | 0 | 0 MS | 0 KB | C++ | 762 | 12天前 |
Main.cc: In function 'int main()':
Main.cc:17:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
17 | for(int i=0;i<s.size();i++){
| ~^~~~~~~~~
Main.cc:27:36: error: expected ';' before '}' token
27 | cout<<i.first<<i.first<<' '
| ^
| ;
28 | }
| ~