/ Vijos /

记录详情

Accepted

/in/foo.c: In function 'main':
/in/foo.c:5:8: warning: unused variable 'j' [-Wunused-variable]
  int i,j;
        ^
/in/foo.c:25:2: warning: 'c' may be used uninitialized in this function [-Wmaybe-uninitialized]
  printf("%d/%d",b,c);
  ^~~~~~~~~~~~~~~~~~~
/in/foo.c:25:2: warning: 'b' may be used uninitialized in this function [-Wmaybe-uninitialized]
# 状态 耗时 内存占用
#1 Accepted 1ms 204.0 KiB
#2 Accepted 1ms 248.0 KiB
#3 Accepted 0ms 216.0 KiB
#4 Accepted 1ms 248.0 KiB
#5 Accepted 1ms 232.0 KiB

信息

递交者
类型
递交
题目
P1333 Cantor表
语言
C
递交时间
2021-09-28 22:26:46
评测时间
2021-09-28 22:26:46
评测机
分数
100
总耗时
5ms
峰值内存
248.0 KiB