Wrong Answer
foo.cc: In function ‘int main()’: foo.cc:24:22: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 24 | for(int j=0;j<SCORE.size();j++){ | ~^~~~~~~~~~~~~ foo.cc:25:32: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 25 | for(int k=j+1;k<SCORE.size();k++){ | ~^~~~~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- 2-1 比赛榜单
- 语言
- C++
- 递交时间
- 2025-03-31 19:38:55
- 评测时间
- 2025-03-31 19:38:55
- 评测机
- 分数
- 20
- 总耗时
- 1053ms
- 峰值内存
- 804.0 KiB