Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:15:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
for(int rear=now;rear<n;a[rear]=a[rear+1],rear++); n--;
^~~
/in/foo.cc:15:54: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
for(int rear=now;rear<n;a[rear]=a[rear+1],rear++); n--;
^
/in/foo.cc:17:8: warning: 'num' may be used uninitialized in this function [-Wmaybe-uninitialized]
printf("%d",num);
~~~~~~^~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1078 松鼠吃果子
- 语言
- C++
- 递交时间
- 2017-10-14 00:54:09
- 评测时间
- 2017-10-14 00:54:09
- 评测机
- 分数
- 100
- 总耗时
- 34ms
- 峰值内存
- 384.0 KiB