Compile Error
/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';
                                       ^~
/in/foo.cc: In function 'int main()':
/in/foo.cc:94:10: error: expected '}' at end of input
  return 0;
          ^
  信息
- 递交者
- 类型
- 递交
- 题目
- 最大流(你敢信这是模板题?)
- 语言
- C++
- 递交时间
- 2017-08-20 17:35:32
- 评测时间
- 2017-08-20 17:35:32
- 评测机
- 分数
- 0
- 总耗时
- 312ms
- 峰值内存
- 41.996 MiB