Runtime Error
/in/foo.cc: In function 'void write(long long int)': /in/foo.cc:24:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if(x>9)write(x/10);putchar(x%10+'0'); ^~ /in/foo.cc:24:21: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if(x>9)write(x/10);putchar(x%10+'0'); ^~~~~~~
# | 状态 | 耗时 | 内存占用 |
---|
代码
信息
- 递交者
- 类型
- 递交
- 题目
- 梦美题
- 语言
- C++
- 递交时间
- 7 年前
- 评测时间
- 7 年前
- 评测机
- 分数
- 0
- 总耗时
- 337ms
- 峰值内存
- 7.125 MiB