/ new_bzoj /

记录详情

Wrong Answer

/in/foo.cc: In function 'void sol(int)':
/in/foo.cc:72:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    for(int l=0;l<e[k].q.size();++l)
                ~^~~~~~~~~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:99:33: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'std::set<int>::size_type {aka long unsigned int}' [-Wformat=]
   printf("%lld\n",ans1[i].size());
                                 ^
/in/foo.cc:101:32: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'std::set<int>::size_type {aka long unsigned int}' [-Wformat=]
   printf("%lld ",ans2[i].size());
                                ^
# 状态 耗时 内存占用
#1 Wrong Answer 22ms 19.375 MiB
#2 Wrong Answer 152ms 27.375 MiB
#3 Wrong Answer 183ms 28.5 MiB
#4 Wrong Answer 18ms 19.613 MiB
#5 Wrong Answer 29ms 19.617 MiB
#6 Wrong Answer 71ms 21.828 MiB
#7 Wrong Answer 61ms 21.125 MiB
#8 Wrong Answer 46ms 21.234 MiB
#9 Wrong Answer 118ms 27.25 MiB
#10 Wrong Answer 115ms 27.0 MiB

信息

递交者
类型
递交
题目
喵星球上的点名
语言
C++
递交时间
2018-01-24 15:24:09
评测时间
2018-01-24 15:24:09
评测机
分数
0
总耗时
819ms
峰值内存
28.5 MiB