/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int dfs(int, int)':
/in/foo.cc:37:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int i = 0; i < vc[cur].size(); ++i) {
                     ~~^~~~~~~~~~~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:73:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int i = 0; i < res.size(); ++i) {
                     ~~^~~~~~~~~~~~
/in/foo.cc:60:9: warning: unused variable 'root' [-Wunused-variable]
     int root = 1;
         ^~~~
# 状态 耗时 内存占用
#1 Accepted 2ms 320.0 KiB
#2 Accepted 3ms 496.0 KiB
#3 Accepted 2ms 448.0 KiB
#4 Accepted 2ms 320.0 KiB
#5 Accepted 1ms 324.0 KiB
#6 Accepted 2ms 316.0 KiB
#7 Accepted 8ms 448.0 KiB
#8 Accepted 9ms 448.0 KiB
#9 Accepted 27ms 444.0 KiB
#10 Accepted 43ms 448.0 KiB

信息

递交者
类型
递交
题目
P1688 病毒传递
语言
C++
递交时间
2017-09-21 18:45:35
评测时间
2017-09-21 18:45:35
评测机
分数
100
总耗时
103ms
峰值内存
496.0 KiB