Accepted
foo.cc: In function 'int read()':
foo.cc:26:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(ch=='-') w=-1;ch=getchar();
^~
foo.cc:26:26: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(ch=='-') w=-1;ch=getchar();
^~
自豪地采用[jd5](https://github.com/masnn/jd5)进行评测
信息
- 递交者
- 类型
- 递交
- 题目
- P2007 蚯蚓
- 语言
- C++
- 递交时间
- 2019-11-28 17:02:28
- 评测时间
- 2019-11-28 17:02:28
- 评测机
- 分数
- 100
- 总耗时
- 3730ms
- 峰值内存
- 171.953 MiB