记录详情

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;
                                                     ^
BadZipFile('File is not a zip file',)

信息

递交者
类型
递交
题目
P1000 窃取培优1.0
语言
C++
递交时间
2020-02-09 22:30:31
评测时间
2020-02-09 22:30:31
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes