System Error
/in/foo.cc: In function 'void read(int&)':
/in/foo.cc:16:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for (x=0;c<='9'&&c>='0';c=getchar()) x=x*10+(c&15);x*=f;
  ^~~
/in/foo.cc:16:53: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
  for (x=0;c<='9'&&c>='0';c=getchar()) x=x*10+(c&15);x*=f;
                                                     ^
  FormatError('config file not found',)
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1000 窃取培优1.0
 - 语言
 - C++
 - 递交时间
 - 2020-02-09 22:33:44
 - 评测时间
 - 2020-02-09 22:33:44
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 0ms
 - 峰值内存
 - 0 Bytes