记录详情

Wrong Answer

foo.cc: In function 'void scan()':
foo.cc:8:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d%d",&n,&m);
  ~~~~~^~~~~~~~~~~~~~
foo.cc:10:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%s",s+1);
   ~~~~~^~~~~~~~~~
foo.cc: In function 'void rescan()':
foo.cc:27:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&q);
  ~~~~~^~~~~~~~~
foo.cc:29:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%s",s);
   ~~~~~^~~~~~~~
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 0ms 256.0 KiB
#2 Accepted 0ms 256.0 KiB
#3 Wrong Answer Read X........., expect X.*******.. 0ms 256.0 KiB
#4 Wrong Answer Read X.X..X............., expect X.X*.X**********.... 0ms 256.0 KiB
#5 Wrong Answer Read X...X.XX***.X**...., expect X**.X.XX***.X**..... 0ms 256.0 KiB
#6 Wrong Answer Read .XX....X...X..X....X, expect .XX**..X...X*.X*...X. 0ms 256.0 KiB
#7 Wrong Answer Read X....X....X...X...., expect X...*X..**X..*X..... 1ms 256.0 KiB
#8 Accepted 0ms 256.0 KiB
#9 Wrong Answer Read .XXXXX........X...., expect .XXXXX.*******X..... 0ms 256.0 KiB
#10 Wrong Answer Read X.X.......X.X.X...., expect X.X.......X.X.X..... 2ms 256.0 KiB

信息

递交者
类型
递交
题目
P1010 警察找车(search,ls,256MB)
题目数据
下载
语言
C++
递交时间
2021-09-15 18:49:57
评测时间
2021-09-15 18:49:57
评测机
分数
30
总耗时
10ms
峰值内存
256.0 KiB