记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:5:19: warning: unused variable 'd' [-Wunused-variable]
    5 |         int a,b,c,d,e,f,g;
      |                   ^
/in/foo.cc:5:21: warning: unused variable 'e' [-Wunused-variable]
    5 |         int a,b,c,d,e,f,g;
      |                     ^
/in/foo.cc:5:23: warning: unused variable 'f' [-Wunused-variable]
    5 |         int a,b,c,d,e,f,g;
      |                       ^
/in/foo.cc:5:25: warning: unused variable 'g' [-Wunused-variable]
    5 |         int a,b,c,d,e,f,g;
      |                         ^
# 状态 耗时 内存占用
#1 Accepted 3ms 484.0 KiB
#2 Accepted 2ms 364.0 KiB
#3 Accepted 2ms 480.0 KiB
#4 Accepted 2ms 540.0 KiB
#5 Accepted 2ms 428.0 KiB
#6 Accepted 2ms 400.0 KiB
#7 Accepted 3ms 528.0 KiB
#8 Accepted 3ms 476.0 KiB
#9 Accepted 3ms 484.0 KiB
#10 Accepted 2ms 532.0 KiB

信息

递交者
类型
递交
题目
P1005 制造(oi00006)
语言
C++
递交时间
2025-10-05 20:59:21
评测时间
2025-10-05 20:59:21
评测机
分数
100
总耗时
28ms
峰值内存
540.0 KiB