记录详情

Wrong Answer

foo.c: In function 'main':
foo.c:13:17: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'char (*)[100000]' [-Wformat=]
   13 |         scanf("%s",&a);
      |                ~^  ~~
      |                 |  |
      |                 |  char (*)[100000]
      |                 char *
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Standard answer longer than user output. 1ms 284.0 KiB
#2 Wrong Answer Standard answer longer than user output. 2ms 284.0 KiB
#3 Wrong Answer Standard answer longer than user output. 1ms 284.0 KiB
#4 Wrong Answer Standard answer longer than user output. 1ms 284.0 KiB
#5 Wrong Answer Standard answer longer than user output. 1ms 284.0 KiB

信息

递交者
类型
递交
题目
P1061 A8-5 删除字符串中多余的一种字符
语言
C
递交时间
2023-11-30 12:26:04
评测时间
2023-11-30 12:26:04
评测机
分数
0
总耗时
10ms
峰值内存
284.0 KiB