记录详情

Runtime Error

/in/foo.c: In function 'main':
/in/foo.c:10:12: warning: format '%c' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=]
    scanf("%c", str[i][j]);
            ^
/in/foo.c:13:11: warning: format '%c' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=]
   scanf("%c", substr[j]);
           ^
# 状态 耗时 内存占用
#1 Runtime Error 1ms 320.0 KiB
#2 Runtime Error 1ms 320.0 KiB
#3 Runtime Error 1ms 332.0 KiB
#4 Runtime Error 1ms 360.0 KiB
#5 Runtime Error 1ms 376.0 KiB

信息

递交者
类型
递交
题目
P1093 xf2-6情诗暗示
语言
C
递交时间
2025-01-13 18:25:48
评测时间
2025-01-13 18:25:48
评测机
分数
0
总耗时
6ms
峰值内存
376.0 KiB