记录详情

Runtime Error

/in/foo.c: In function 'main':
/in/foo.c:8:13: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'char (*)[100]' [-Wformat=]
     scanf("%s", &A);
             ^
/in/foo.c:9:13: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'char (*)[100]' [-Wformat=]
     scanf("%s", &B);
             ^
# 状态 耗时 内存占用
#1 Accepted 1ms 248.0 KiB
#2 Accepted 1ms 228.0 KiB
#3 Runtime Error 1ms 324.0 KiB
#4 Runtime Error 1ms 324.0 KiB
#5 Accepted 1ms 232.0 KiB

信息

递交者
类型
递交
题目
2-2 语言的起点
比赛
2023年新生赛(第三场)
语言
C
递交时间
2023-09-09 20:41:39
评测时间
2023-09-09 20:41:39
评测机
分数
60
总耗时
6ms
峰值内存
324.0 KiB