记录详情

Accepted

foo.cc: In function ‘int main()’:
foo.cc:55:9: warning: unused variable ‘a’ [-Wunused-variable]
   55 |     int a,b,c,d,e,f;
      |         ^
foo.cc:55:11: warning: unused variable ‘b’ [-Wunused-variable]
   55 |     int a,b,c,d,e,f;
      |           ^
foo.cc:55:13: warning: unused variable ‘c’ [-Wunused-variable]
   55 |     int a,b,c,d,e,f;
      |             ^
foo.cc:55:15: warning: unused variable ‘d’ [-Wunused-variable]
   55 |     int a,b,c,d,e,f;
      |               ^
foo.cc:55:17: warning: unused variable ‘e’ [-Wunused-variable]
   55 |     int a,b,c,d,e,f;
      |                 ^
foo.cc:55:19: warning: unused variable ‘f’ [-Wunused-variable]
   55 |     int a,b,c,d,e,f;
      |                   ^
正在同步测试数据,请稍后
# 状态 耗时 内存占用
#1 Accepted 2ms 536.0 KiB
#2 Accepted 3ms 536.0 KiB
#3 Accepted 3ms 536.0 KiB
#4 Accepted 2ms 540.0 KiB
#5 Accepted 2ms 536.0 KiB

信息

递交者
类型
递交
题目
P1013 OO2-3 复数数组类的冒泡排序
比赛
2024春 面向对象的程序设计方法(第2场作业赛)
语言
C++
递交时间
2024-04-04 09:11:24
评测时间
2024-04-04 09:11:24
评测机
分数
100
总耗时
14ms
峰值内存
540.0 KiB