/ CWOI /

记录详情

Accepted

/in/foo.cc: In function 'void read(_T&)':
/in/foo.cc:23:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  if (_t == '-') _t = getchar(), flag = true; _x = _t - '0';
  ^~
/in/foo.cc:23: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 Accepted 4ms 2.352 MiB

信息

递交者
类型
自测
题目
HPL的烦恼
语言
C++
递交时间
2017-04-21 18:31:54
评测时间
2017-04-21 18:31:54
评测机
分数
10
总耗时
4ms
峰值内存
2.352 MiB