/ 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 15ms 11.75 MiB
#2 Wrong Answer 101ms 17.0 MiB
#3 Wrong Answer 103ms 17.719 MiB
#4 Wrong Answer 15ms 12.375 MiB
#5 Wrong Answer 13ms 12.492 MiB
#6 Wrong Answer 41ms 13.0 MiB
#7 Wrong Answer 24ms 12.965 MiB
#8 Wrong Answer 34ms 13.5 MiB
#9 Wrong Answer 77ms 16.859 MiB
#10 Wrong Answer 73ms 16.84 MiB

信息

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