记录详情

Runtime Error

/in/foo.c: In function 'Concat':
/in/foo.c:21:18: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=]
         printf("%s",s2[i]);
                  ^
/in/foo.c:5:9: warning: unused variable 'diff' [-Wunused-variable]
     int diff = 0;
         ^~~~
# 状态 耗时 内存占用
#1 Runtime Error 1ms 336.0 KiB

信息

递交者
类型
自测
题目
A8-4 字符串的连接函数
语言
C
递交时间
2024-08-26 20:13:35
评测时间
2024-08-26 20:13:35
评测机
分数
0
总耗时
1ms
峰值内存
336.0 KiB