记录详情

Accepted

/in/foo.c: In function 'main':
/in/foo.c:5:21: warning: unused variable 'e' [-Wunused-variable]
    5 |         int a,b,c,d,e;
      |                     ^
/in/foo.c:5:19: warning: unused variable 'd' [-Wunused-variable]
    5 |         int a,b,c,d,e;
      |                   ^
/in/foo.c:5:17: warning: unused variable 'c' [-Wunused-variable]
    5 |         int a,b,c,d,e;
      |                 ^
/in/foo.c:5:15: warning: unused variable 'b' [-Wunused-variable]
    5 |         int a,b,c,d,e;
      |               ^
/in/foo.c:5:13: warning: unused variable 'a' [-Wunused-variable]
    5 |         int a,b,c,d,e;
      |             ^
# 状态 耗时 内存占用
#1 Accepted 1ms 284.0 KiB
#2 Accepted 1ms 404.0 KiB

信息

递交者
类型
自测
语言
C
递交时间
2025-11-20 16:53:02
评测时间
2025-11-20 16:53:02
评测机
分数
20
总耗时
2ms
峰值内存
404.0 KiB