/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int get(int, int)':
/in/foo.cc:38:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int i = 0; i < graph_r[node].size(); i++) {
                     ~~^~~~~~~~~~~~~~~~~~~~~~
/in/foo.cc: In function 'int work()':
/in/foo.cc:85:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (int i = 0; i < graph[elem].size(); i++) {
                         ~~^~~~~~~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 4ms 4.984 MiB
#2 Accepted 6ms 5.09 MiB
#3 Accepted 11ms 5.324 MiB
#4 Accepted 11ms 5.289 MiB
#5 Accepted 11ms 5.273 MiB
#6 Accepted 11ms 5.371 MiB
#7 Accepted 296ms 16.184 MiB
#8 Accepted 886ms 34.223 MiB
#9 Accepted 900ms 33.914 MiB
#10 Accepted 815ms 39.77 MiB

信息

递交者
类型
递交
题目
P2030 逛公园
语言
C++
递交时间
2024-04-25 12:42:24
评测时间
2024-04-25 12:42:24
评测机
分数
100
总耗时
2955ms
峰值内存
39.77 MiB