记录详情

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;
      |                   ^~~~
# 状态 耗时 内存占用
#1 Accepted 2ms 768.0 KiB
#2 Accepted 2ms 536.0 KiB
#3 Accepted 3ms 768.0 KiB
#4 Accepted 2ms 536.0 KiB
#5 Accepted 2ms 324.0 KiB

信息

递交者
类型
递交
题目
P1022 OO5-2 一元多项式类PolyList的运算
比赛
2024春 面向对象的程序设计方法(第2场作业赛)
语言
C++
递交时间
2024-04-04 15:49:37
评测时间
2024-04-04 15:49:37
评测机
分数
100
总耗时
14ms
峰值内存
768.0 KiB