运行 ID 作者 题号 测评结果 分数 时间 内存 语言 代码长度 提交时间
645688 Y1614824396_fdsf 1160 - Eli 和字符串 编译错误 0 0 MS 0 KB C++ 691 3天前
暂时无法获取本题测试点详情。

Main.cc: In function 'int main()':
Main.cc:10:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
10 | for(int i=0;i<str.size();i++){
| ~^~~~~~~~~~~
Main.cc:15:24: warning: comparison of integer expressions of different signedness: 'std::vector<int>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
15 | if(v.size()<k){
| ~~~~~~~~^~
Main.cc:18:39: error: expected primary-expression before ';' token
18 | for(int i=0;i<=v.size()-k+;i++){
| ^