/ Vijos /

记录详情

Accepted

/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 10.875 MiB
#2 Accepted 23ms 10.488 MiB
#3 Accepted 21ms 10.52 MiB
#4 Accepted 25ms 10.75 MiB
#5 Accepted 174ms 11.75 MiB
#6 Accepted 197ms 11.766 MiB
#7 Accepted 178ms 11.934 MiB
#8 Accepted 128ms 11.895 MiB
#9 Accepted 122ms 11.75 MiB
#10 Accepted 134ms 11.672 MiB

信息

递交者
类型
递交
题目
P1901 学姐的钱包
语言
C++
递交时间
2018-03-04 18:22:45
评测时间
2018-03-04 18:22:45
评测机
分数
100
总耗时
1032ms
峰值内存
11.934 MiB