记录详情

Accepted

/in/foo.cc: In function 'void read(_T&)':
/in/foo.cc:14:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  if(_t=='-') _flag=true,_t=getchar(); _x=_t-'0';
  ^~
/in/foo.cc:14:39: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
  if(_t=='-') _flag=true,_t=getchar(); _x=_t-'0';
                                       ^~
# 状态 耗时 内存占用
#1 Accepted 3323ms 194.492 MiB
#2 Accepted 2710ms 196.711 MiB

信息

递交者
类型
递交
题目
最大流(你敢信这是模板题?)
语言
C++
递交时间
2017-08-20 17:35:58
评测时间
2017-08-20 17:35:58
评测机
分数
100
总耗时
6033ms
峰值内存
196.711 MiB