Accepted
/in/foo.cc: In function 'void print(int)':
/in/foo.cc:81:2: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
while(sr[++C]=z[Z],--Z);sr[++C]='\n';
^~~~~
/in/foo.cc:81:26: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
while(sr[++C]=z[Z],--Z);sr[++C]='\n';
^~
/in/foo.cc: In function 'int main()':
/in/foo.cc:240:8: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
mid=l+r>>1;
~^~
信息
- 递交者
- 类型
- 递交
- 题目
- P1783 疫情控制
- 语言
- C++
- 递交时间
- 2019-07-26 15:29:30
- 评测时间
- 2019-07-26 15:29:30
- 评测机
- 分数
- 100
- 总耗时
- 240ms
- 峰值内存
- 42.215 MiB