/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'long long int min(long long int, long long int)':
/in/foo.cc:18:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  if (x <= y) return x; return y;
  ^~
/in/foo.cc:18:24: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
  if (x <= y) return x; return y;
                        ^~~~~~
/in/foo.cc: In function 'int find(long long int, int, int)':
/in/foo.cc:37:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
# 状态 耗时 内存占用
#1 Accepted 22ms 6.375 MiB
#2 Accepted 23ms 5.727 MiB
#3 Accepted 10ms 7.25 MiB
#4 Accepted 14ms 7.586 MiB
#5 Wrong Answer 125ms 7.887 MiB
#6 Wrong Answer 155ms 7.977 MiB
#7 Wrong Answer 141ms 7.93 MiB
#8 Wrong Answer 163ms 7.98 MiB
#9 Wrong Answer 101ms 7.984 MiB
#10 Wrong Answer 124ms 7.871 MiB

信息

递交者
类型
递交
题目
P1901 学姐的钱包
语言
C++
递交时间
2018-03-04 18:10:49
评测时间
2018-03-04 18:10:49
评测机
分数
40
总耗时
882ms
峰值内存
7.984 MiB