记录详情

Runtime Error

foo.c: In function 'main':
foo.c:7:9: warning: 'a' is used uninitialized [-Wuninitialized]
    7 |     int x=a,y=b;
      |         ^
foo.c:5:9: note: 'a' declared here
    5 |     int a,b;
      |         ^
foo.c:7:13: warning: 'b' is used uninitialized [-Wuninitialized]
    7 |     int x=a,y=b;
      |             ^
foo.c:5:11: note: 'b' declared here
    5 |     int a,b;
      |           ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Runtime Error Illegal instruction 3ms 256.0 KiB
#2 Runtime Error Illegal instruction 2ms 384.0 KiB
#3 Runtime Error Illegal instruction 3ms 384.0 KiB
#4 Runtime Error Illegal instruction 3ms 384.0 KiB
#5 Runtime Error Illegal instruction 3ms 256.0 KiB

信息

递交者
类型
递交
题目
P1079 xf1-2最大公倍数与最小公因数
语言
C
递交时间
2022-08-27 11:22:00
评测时间
2022-08-27 11:22:00
评测机
分数
0
总耗时
15ms
峰值内存
384.0 KiB