/ OPS /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:79:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<student>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   79 |   for (int x = 0; x < v.size()-1; x++) {
      |                   ~~^~~~~~~~~~~~
/in/foo.cc: In function 'bool mysort(student, student)':
/in/foo.cc:22:1: warning: control reaches end of non-void function [-Wreturn-type]
   22 | }
      | ^
# 状态 耗时 内存占用
#1 Accepted 3ms 356.0 KiB

信息

递交者
类型
递交
比赛
2024通关考基础练习
语言
C++
递交时间
2024-03-16 01:08:46
评测时间
2024-03-16 01:08:46
评测机
分数
10
总耗时
3ms
峰值内存
356.0 KiB