/ Vijos /

记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:17:21: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
   17 |                 gets(c);
      |                 ~~~~^~~
In file included from /nix/store/42izybv2fz3ps5pcg3dvcmn85pc9406y-gcc-11.3.0/include/c++/11.3.0/cstdio:42,
                 from stdc++.h:46:
/nix/store/ck17nf5q2m51d9jpkpsirx91s64vh202-glibc-2.35-163-dev/include/stdio.h:605:14: note: declared here
  605 | extern char *gets (char *__s) __wur __attribute_deprecated__;
      |              ^~~~
foo.cc:43:18: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
   43 |         printf("%d\n",ans);
      |                 ~^    ~~~
      |                  |    |
      |                  int  long long int
      |                 %lld
/nix/store/dpxy5cr7cm0nch0qvq2qygs9jwnmhiy5-binutils-2.38/bin/ld: /tmp/ccprfYSE.o: in function `main':
foo.cc:(.text.startup+0x61): warning: the `gets' function is dangerous and should not be used.
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Read 7, expect 6. 2ms 512.0 KiB
#2 Wrong Answer Read 11, expect 8. 2ms 512.0 KiB
#3 Accepted 41ms 6.742 MiB
#4 Wrong Answer Read 129, expect 127. 48ms 5.371 MiB
#5 Wrong Answer Read 129, expect 127. 51ms 8.746 MiB
#6 Wrong Answer Read 246, expect 244. 56ms 15.242 MiB
#7 Wrong Answer Read 220, expect 216. 56ms 16.117 MiB
#8 Wrong Answer Read 225, expect 220. 70ms 7.117 MiB
#9 Accepted 26ms 3.875 MiB
#10 Wrong Answer Read 334, expect 333. 95ms 24.242 MiB

信息

递交者
类型
递交
题目
P1424 炮兵阵地
语言
C++
递交时间
2022-08-13 16:49:25
评测时间
2022-08-13 16:49:25
评测机
分数
20
总耗时
452ms
峰值内存
24.242 MiB