/ 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 71ms 42.625 MiB
#2 Accepted 83ms 40.082 MiB
#3 Accepted 74ms 39.75 MiB
#4 Accepted 78ms 41.625 MiB
#5 Accepted 168ms 45.418 MiB
#6 Accepted 199ms 45.0 MiB
#7 Accepted 144ms 45.301 MiB
#8 Accepted 192ms 46.125 MiB
#9 Accepted 169ms 44.625 MiB
#10 Accepted 157ms 45.707 MiB

信息

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