/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int visit(int, int, int)':
/in/foo.cc:22:5: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
     else
     ^~~~
/in/foo.cc:24:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
   for(int i=0;i<ve[begin].size();i++)
   ^~~
/in/foo.cc:24:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(int i=0;i<ve[begin].size();i++)
               ~^~~~~~~~~~~~~~~~~
/in/foo.cc: At global scope:
/in/foo.cc:39:6: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type]
 main()
      ^
# 状态 耗时 内存占用
#1 Accepted 3ms 2.602 MiB
#2 Wrong Answer 2ms 2.605 MiB
#3 Wrong Answer 3ms 2.742 MiB
#4 Wrong Answer 12ms 2.91 MiB
#5 Wrong Answer 78ms 3.777 MiB
#6 Wrong Answer 2ms 2.707 MiB
#7 Wrong Answer 16ms 2.738 MiB
#8 Wrong Answer 25ms 2.891 MiB
#9 Wrong Answer 140ms 5.395 MiB
#10 Wrong Answer 121ms 5.402 MiB

信息

递交者
类型
递交
题目
P1754 最优贸易
语言
C++
递交时间
2022-01-25 13:27:45
评测时间
2022-01-25 13:27:45
评测机
分数
10
总耗时
407ms
峰值内存
5.402 MiB