/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'void IO::putc(char)':
/in/foo.cc:17:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if(oS == oT) flush(); *oS++ = _;
   ^~
/in/foo.cc:17:25: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
   if(oS == oT) flush(); *oS++ = _;
                         ^
# 状态 耗时 内存占用
#1 Accepted 2ms 204.0 KiB

信息

递交者
类型
自测
题目
P2051 快速查询
语言
C++
递交时间
2019-05-08 22:11:33
评测时间
2019-05-08 22:11:33
评测机
分数
10
总耗时
2ms
峰值内存
204.0 KiB