/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int cmp(double)':
/in/foo.cc:11:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  if (fabs(x) < eps) return 0; return x > 0 ? 1 : -1;
  ^~
/in/foo.cc:11:31: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
  if (fabs(x) < eps) return 0; return x > 0 ? 1 : -1;
                               ^~~~~~
/in/foo.cc: In function 'int ConvexHull(point*, point*, int)':
/in/foo.cc:68:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  if (n >= 1) m--; return m;
  ^~
/in/foo.cc:68:19: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
  if (n >= 1) m--; return m;
                   ^~~~~~
# 状态 耗时 内存占用
#1 Accepted 3ms 372.0 KiB
#2 Accepted 1ms 256.0 KiB
#3 Accepted 4ms 380.0 KiB
#4 Accepted 16ms 360.0 KiB
#5 Accepted 5ms 256.0 KiB
#6 Accepted 9ms 256.0 KiB
#7 Accepted 9ms 376.0 KiB
#8 Accepted 3ms 256.0 KiB

信息

递交者
类型
递交
题目
P1296 监控摄像机
语言
C++
递交时间
2017-06-01 13:08:23
评测时间
2017-06-01 13:08:23
评测机
分数
100
总耗时
53ms
峰值内存
380.0 KiB