记录详情

Accepted

/in/foo.cc: In function 'bool has_downward_motive(const std::vector<int>&)':
/in/foo.cc:14:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int i = 1; i < notes.size() - 1; ++i)
                     ~~^~~~~~~~~~~~~~~~~~
/in/foo.cc: In function 'bool is_very_flat(const std::vector<int>&)':
/in/foo.cc:26:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int i = 1; i < notes.size() - 1; ++i)
                     ~~^~~~~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 2ms 364.0 KiB
#2 Accepted 2ms 376.0 KiB
#3 Accepted 2ms 376.0 KiB
#4 Accepted 2ms 348.0 KiB
#5 Accepted 2ms 328.0 KiB

信息

递交者
类型
递交
比赛
2024春 悬赏令第七周
语言
C++
递交时间
2024-05-29 23:25:54
评测时间
2024-06-01 23:20:19
评测机
分数
100
总耗时
10ms
峰值内存
376.0 KiB