/ Vijos /

记录详情

Time Exceeded

/in/foo.cc: In function 'char Get()':
/in/foo.cc:9:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if(H==T) return -1;return *H++;
     ^~
/in/foo.cc:9:24: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
     if(H==T) return -1;return *H++;
                        ^~~~~~
/in/foo.cc: In function 'void _main_()':
/in/foo.cc:78:31: warning: format '%u' expects argument of type 'unsigned int', but argument 2 has type 'std::vector<int>::size_type {aka long unsigned int}' [-Wformat=]
         printf("%u ",ps.size());
                               ^
/in/foo.cc:80:33: warning: format '%u' expects argument of type 'unsigned int', but argument 2 has type 'std::vector<int>::size_type {aka long unsigned int}' [-Wformat=]
         printf("\n%u ",qs.size());
                                 ^
# 状态 耗时 内存占用
#1 Accepted 173ms 14.246 MiB
#2 Accepted 180ms 14.215 MiB
#3 Accepted 165ms 13.984 MiB
#4 Accepted 183ms 14.117 MiB
#5 Accepted 225ms 14.516 MiB
#6 Accepted 198ms 14.957 MiB
#7 Accepted 228ms 14.215 MiB
#8 Accepted 232ms 14.844 MiB
#9 Time Exceeded ≥251ms ≥14.547 MiB
#10 Time Exceeded ≥250ms ≥15.004 MiB

信息

递交者
类型
递交
题目
P2054 热闹的聚会与尴尬的聚会
语言
C++
递交时间
2019-05-07 23:50:41
评测时间
2019-05-07 23:50:41
评测机
分数
80
总耗时
≥2090ms
峰值内存
≥15.004 MiB