/ Vijos /

记录详情

Wrong Answer

/in/foo.cc:1:0: warning: ignoring #pragma comment  [-Wunknown-pragmas]
 #pragma comment(linker, "/STACK:102400000,102400000")
 
/in/foo.cc: In function 'void solve(int, int)':
/in/foo.cc:47:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (int i=0;i<inc[x].size();i++){
               ~^~~~~~~~~~~~~~
/in/foo.cc:49:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  if (v==0)
  ^~
/in/foo.cc:51:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
   if (v<0)
   ^~
/in/foo.cc:55:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (int i=0;i<dec[x].size();i++){
               ~^~~~~~~~~~~~~~
/in/foo.cc:57:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  if (v==0)
  ^~
/in/foo.cc:59:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
   if (v<0)
   ^~
/in/foo.cc:65:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (int i=0;i<inc[x].size();i++){
               ~^~~~~~~~~~~~~~
/in/foo.cc:71:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (int i=0;i<dec[x].size();i++){
               ~^~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 27ms 28.355 MiB
#2 Accepted 13ms 27.109 MiB
#3 Wrong Answer 18ms 29.734 MiB
#4 Wrong Answer 24ms 28.25 MiB
#5 Wrong Answer 21ms 29.715 MiB
#6 Accepted 268ms 47.25 MiB
#7 Accepted 194ms 45.305 MiB
#8 Accepted 287ms 46.926 MiB
#9 Wrong Answer 183ms 42.965 MiB
#10 Wrong Answer 197ms 41.547 MiB
#11 Wrong Answer 171ms 40.348 MiB
#12 Wrong Answer 191ms 42.852 MiB
#13 Wrong Answer 181ms 40.992 MiB
#14 Wrong Answer 166ms 42.867 MiB
#15 Wrong Answer 191ms 41.117 MiB
#16 Wrong Answer 164ms 41.324 MiB
#17 Wrong Answer 235ms 43.074 MiB
#18 Wrong Answer 248ms 42.863 MiB
#19 Wrong Answer 247ms 42.734 MiB
#20 Wrong Answer 568ms 66.203 MiB

信息

递交者
类型
递交
题目
P2004 天天爱跑步
语言
C++
递交时间
2018-07-06 16:29:42
评测时间
2018-07-06 16:29:42
评测机
分数
25
总耗时
3604ms
峰值内存
66.203 MiB