/ new_bzoj /

记录详情

Wrong Answer

/in/foo.cc: In function 'void sol(int)':
/in/foo.cc:77:18: 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:106: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:108: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 13ms 11.875 MiB
#2 Wrong Answer 119ms 19.125 MiB
#3 Wrong Answer 151ms 20.988 MiB
#4 Wrong Answer 9ms 11.75 MiB
#5 Wrong Answer 13ms 11.875 MiB
#6 Wrong Answer 32ms 13.461 MiB
#7 Wrong Answer 45ms 13.68 MiB
#8 Wrong Answer 32ms 13.5 MiB
#9 Wrong Answer 118ms 19.223 MiB
#10 Wrong Answer 135ms 19.25 MiB

信息

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