/ 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 1ms 384.0 KiB
#2 Accepted 1ms 256.0 KiB
#3 Accepted 1ms 256.0 KiB
#4 Accepted 38ms 3.551 MiB
#5 Accepted 44ms 4.75 MiB
#6 Accepted 316ms 15.941 MiB
#7 Accepted 312ms 16.098 MiB
#8 Accepted 302ms 16.301 MiB
#9 Accepted 401ms 15.922 MiB
#10 Accepted 304ms 16.031 MiB

信息

递交者
类型
递交
题目
HPL的烦恼
语言
C++
递交时间
2017-04-21 18:32:00
评测时间
2017-04-21 18:37:36
评测机
分数
100
总耗时
1723ms
峰值内存
16.301 MiB