/ CWOI /

记录详情

Wrong Answer

/in/foo.cc: In function 'void read(_T&)':
/in/foo.cc:6:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  if (_t == '-') _t = getchar(), flag = true; _x = _t - '0';
  ^~
/in/foo.cc:6:46: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
  if (_t == '-') _t = getchar(), flag = true; _x = _t - '0';
                                              ^~
# 状态 耗时 内存占用
#1 Wrong Answer 80ms 25.625 MiB
#2 Wrong Answer 144ms 27.098 MiB
#3 Wrong Answer 180ms 26.238 MiB
#4 Wrong Answer 175ms 25.504 MiB

信息

递交者
类型
递交
语言
C++
递交时间
2017-04-19 15:21:56
评测时间
2017-04-19 15:55:45
评测机
分数
0
总耗时
581ms
峰值内存
27.098 MiB