记录详情

Accepted

foo.cc: In function ‘int main()’:
foo.cc:5:17: warning: unused variable ‘c’ [-Wunused-variable]
    5 |         int a,b,c,d,e,f,g;
      |                 ^
foo.cc:5:19: warning: unused variable ‘d’ [-Wunused-variable]
    5 |         int a,b,c,d,e,f,g;
      |                   ^
foo.cc:5:21: warning: unused variable ‘e’ [-Wunused-variable]
    5 |         int a,b,c,d,e,f,g;
      |                     ^
foo.cc:5:23: warning: unused variable ‘f’ [-Wunused-variable]
    5 |         int a,b,c,d,e,f,g;
      |                       ^
foo.cc:5:25: warning: unused variable ‘g’ [-Wunused-variable]
    5 |         int a,b,c,d,e,f,g;
      |                         ^
# 状态 耗时 内存占用
#1 Accepted 2ms 504.0 KiB
#2 Accepted 2ms 504.0 KiB
#3 Accepted 2ms 504.0 KiB
#4 Accepted 2ms 492.0 KiB
#5 Accepted 2ms 504.0 KiB
#6 Accepted 2ms 504.0 KiB
#7 Accepted 2ms 504.0 KiB
#8 Accepted 2ms 504.0 KiB
#9 Accepted 2ms 504.0 KiB
#10 Accepted 2ms 504.0 KiB

信息

递交者
类型
递交
题目
P1004 成都(oi00005)
语言
C++
递交时间
2025-07-19 15:03:19
评测时间
2025-07-19 15:03:19
评测机
分数
100
总耗时
25ms
峰值内存
504.0 KiB