/ new_bzoj /

记录详情

Wrong Answer

/in/foo.cc: In function 'int gcd(int, int)':
/in/foo.cc:6:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  if(!y) return x;return gcd(y,x%y);
  ^~
/in/foo.cc:6:18: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
  if(!y) return x;return gcd(y,x%y);
                  ^~~~~~
# 状态 耗时 内存占用
#1 Accepted 3ms 256.0 KiB
#2 Accepted 6ms 348.0 KiB
#3 Wrong Answer 3ms 256.0 KiB
#4 Accepted 3ms 332.0 KiB
#5 Wrong Answer 3ms 352.0 KiB
#6 Accepted 7ms 256.0 KiB
#7 Accepted 4ms 384.0 KiB
#8 Wrong Answer 3ms 276.0 KiB
#9 Accepted 2ms 360.0 KiB
#10 Wrong Answer 1ms 360.0 KiB

信息

递交者
类型
递交
题目
圆上的整点
语言
C++
递交时间
2017-09-03 19:55:33
评测时间
2017-09-03 19:55:34
评测机
分数
60
总耗时
38ms
峰值内存
384.0 KiB