/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'void dfs1(int)':
/in/foo.cc:16:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < G[x].size(); i++)
                    ~~^~~~~~~~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:41:33: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'LL* {aka long long int*}' [-Wformat=]
         scanf("%d %d", &f, c + i);
                                 ^
# 状态 耗时 内存占用
#1 Accepted 2ms 2.496 MiB
#2 Accepted 2ms 2.75 MiB
#3 Accepted 4ms 4.719 MiB
#4 Accepted 22ms 38.125 MiB
#5 Accepted 24ms 37.25 MiB
#6 Accepted 24ms 37.375 MiB
#7 Accepted 23ms 38.25 MiB
#8 Accepted 24ms 37.375 MiB
#9 Accepted 20ms 37.828 MiB
#10 Accepted 16ms 37.484 MiB

信息

递交者
类型
递交
题目
P1676 陶陶吃苹果
语言
C++
递交时间
2017-08-09 21:07:12
评测时间
2017-08-09 21:07:12
评测机
分数
100
总耗时
165ms
峰值内存
38.25 MiB