/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'bool DFS(int)':
/in/foo.cc:23:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int i = 0; i < que[st].size(); i++)
                     ~~^~~~~~~~~~~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:81:30: warning: format '%d' expects argument of type 'int', but argument 2 has type 'std::vector<int>::size_type {aka long unsigned int}' [-Wformat=]
     printf("%d\n", ans.size());
                              ^
/in/foo.cc:82:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int i = 0; i < ans.size(); i++)
                     ~~^~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 356.0 KiB
#2 Accepted 1ms 344.0 KiB
#3 Accepted 1ms 356.0 KiB
#4 Accepted 1ms 348.0 KiB
#5 Accepted 1ms 360.0 KiB
#6 Accepted 1ms 344.0 KiB
#7 Accepted 1ms 352.0 KiB
#8 Accepted 1ms 348.0 KiB
#9 Accepted 1ms 360.0 KiB
#10 Accepted 1ms 348.0 KiB
#11 Accepted 1ms 356.0 KiB
#12 Accepted 1ms 348.0 KiB
#13 Accepted 1ms 356.0 KiB
#14 Accepted 1ms 344.0 KiB
#15 Accepted 1ms 360.0 KiB
#16 Accepted 1ms 348.0 KiB
#17 Accepted 2ms 352.0 KiB
#18 Accepted 2ms 344.0 KiB
#19 Accepted 2ms 360.0 KiB
#20 Accepted 2ms 348.0 KiB

信息

递交者
类型
递交
题目
P1718 兔兔和蛋蛋
语言
C++
递交时间
2020-11-27 12:04:21
评测时间
2020-11-27 12:04:21
评测机
分数
100
总耗时
34ms
峰值内存
360.0 KiB