/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'void dfs1(long long int, long long int)':
/in/foo.cc:6:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
 #define F(i, j, k) for(ll i = j; i <= k; ++i)
                                     
/in/foo.cc:28:7:
     F(i, 0, to[x].size()-1) {
       ~~~~~~~~~~~~~~~~~~~~          
/in/foo.cc:28:5: note: in expansion of macro 'F'
     F(i, 0, to[x].size()-1) {
     ^
/in/foo.cc: In function 'bool dfs2(long long int, long long int, long long int)':
/in/foo.cc:6:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
 #define F(i, j, k) for(ll i = j; i <= k; ++i)
                                     
/in/foo.cc:46:7:
     F(i, 0, to[x].size() - 1) {
       ~~~~~~~~~~~~~~~~~~~~~~        
/in/foo.cc:46:5: note: in expansion of macro 'F'
     F(i, 0, to[x].size() - 1) {
     ^
# 状态 耗时 内存占用
#1 Accepted 13ms 25.453 MiB
#2 Accepted 9ms 26.84 MiB
#3 Accepted 10ms 24.934 MiB
#4 Accepted 14ms 23.375 MiB
#5 Accepted 12ms 23.25 MiB
#6 Accepted 15ms 24.75 MiB
#7 Accepted 15ms 26.625 MiB
#8 Accepted 16ms 23.375 MiB
#9 Accepted 9ms 25.066 MiB
#10 Accepted 16ms 26.832 MiB
#11 Accepted 126ms 44.074 MiB
#12 Accepted 185ms 48.469 MiB
#13 Accepted 200ms 47.523 MiB
#14 Accepted 227ms 49.441 MiB
#15 Accepted 272ms 53.922 MiB
#16 Accepted 289ms 58.715 MiB
#17 Accepted 226ms 44.387 MiB
#18 Accepted 258ms 46.672 MiB
#19 Accepted 214ms 49.188 MiB
#20 Accepted 608ms 94.742 MiB

信息

递交者
类型
递交
题目
P1983 运输计划
语言
C++
递交时间
2017-09-07 18:55:57
评测时间
2017-09-07 18:55:57
评测机
分数
100
总耗时
2744ms
峰值内存
94.742 MiB