Accepted
foo.cc: In member function ‘void PolyListNode::output()’: foo.cc:67:17: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation] 67 | for(int i=0;i<n;i++) | ^~~ foo.cc:69:19: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’ 69 | cout<<endl; | ^~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1022 OO5-2 一元多项式类PolyList的运算
- 比赛
- 2024春 面向对象的程序设计方法(第2场作业赛)
- 语言
- C++
- 递交时间
- 2024-04-04 15:49:37
- 评测时间
- 2024-04-04 15:49:37
- 评测机
- 分数
- 100
- 总耗时
- 14ms
- 峰值内存
- 768.0 KiB