/ 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 6ms 4.98 MiB
#2 Accepted 8ms 5.012 MiB
#3 Accepted 15ms 5.328 MiB
#4 Accepted 17ms 5.301 MiB
#5 Accepted 14ms 5.336 MiB
#6 Accepted 16ms 5.379 MiB
#7 Accepted 553ms 16.18 MiB
#8 Accepted 1335ms 34.211 MiB
#9 Accepted 1350ms 33.914 MiB
#10 Accepted 1233ms 39.676 MiB

信息

递交者
类型
递交
题目
P2030 逛公园
语言
C++
递交时间
2021-12-19 13:08:05
评测时间
2021-12-19 13:08:05
评测机
分数
100
总耗时
4550ms
峰值内存
39.676 MiB