记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:55:9: warning: unused variable 'a' [-Wunused-variable]
     int a,b,c,d,e,f;
         ^
/in/foo.cc:55:11: warning: unused variable 'b' [-Wunused-variable]
     int a,b,c,d,e,f;
           ^
/in/foo.cc:55:13: warning: unused variable 'c' [-Wunused-variable]
     int a,b,c,d,e,f;
             ^
/in/foo.cc:55:15: warning: unused variable 'd' [-Wunused-variable]
     int a,b,c,d,e,f;
               ^
/in/foo.cc:55:17: warning: unused variable 'e' [-Wunused-variable]
     int a,b,c,d,e,f;
                 ^
/in/foo.cc:55:19: warning: unused variable 'f' [-Wunused-variable]
     int a,b,c,d,e,f;
                   ^
# 状态 耗时 内存占用
#1 Accepted 1ms 360.0 KiB
#2 Accepted 1ms 360.0 KiB
#3 Accepted 1ms 360.0 KiB
#4 Accepted 1ms 340.0 KiB
#5 Accepted 1ms 340.0 KiB

信息

递交者
类型
递交
题目
P1310 OO2-3 复数数组类的冒泡排序
语言
C++
递交时间
2024-03-13 22:54:12
评测时间
2024-03-13 22:54:12
评测机
分数
100
总耗时
7ms
峰值内存
360.0 KiB