记录详情

Runtime Error

/in/foo.c: In function 'main':
/in/foo.c:6:21: warning: unused variable 'b' [-Wunused-variable]
    6 |         int a[i][j],b[i][j];
      |                     ^
/in/foo.c:6:9: warning: 'j' is used uninitialized [-Wuninitialized]
    6 |         int a[i][j],b[i][j];
      |         ^~~
/in/foo.c:4:15: note: 'j' was declared here
    4 |         int i,j,n;
      |               ^
/in/foo.c:6:9: warning: 'i' is used uninitialized [-Wuninitialized]
    6 |         int a[i][j],b[i][j];
      |         ^~~
/in/foo.c:4:13: note: 'i' was declared here
    4 |         int i,j,n;
      |             ^
# 状态 耗时 内存占用
#1 Runtime Error 1ms 428.0 KiB

信息

递交者
类型
自测
语言
C
递交时间
2025-11-24 17:19:00
评测时间
2025-11-24 17:19:00
评测机
分数
0
总耗时
1ms
峰值内存
428.0 KiB