提交记录 #148
提交时间:2024-11-10 10:52:49
语言:c
状态:Unaccepted
编译情况:编译成功
code.c: In function ‘main’:
code.c:7:13: warning: format ‘%s’ expects argument of type ‘char *’, but argument 2 has type ‘char (*)[100]’ [-Wformat=]
7 | scanf("%s",&a);
| ~^ ~~
| | |
| | char (*)[100]
| char *
code.c:8:13: warning: format ‘%s’ expects argument of type ‘char *’, but argument 2 has type ‘char (*)[100]’ [-Wformat=]
8 | scanf("%s",&b);
| ~^ ~~
| | |
| | char (*)[100]
| char *
固定测试点#1:
固定测试点#2:
固定测试点#3:
固定测试点#4:
固定测试点#5: