/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:24:8: warning: unused variable 'i' [-Wunused-variable]
   24 |  int m,i,x,y,s,t,k;
      |        ^
foo.cc:25:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   25 |  scanf("%d",&n);
      |  ~~~~~^~~~~~~~~
foo.cc:28:9: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   28 |    scanf("%d%d%d",&x,&y,&k);
      |    ~~~~~^~~~~~~~~~~~~~~~~~~
foo.cc:32:9: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   32 |    scanf("%d%d%d%d",&x,&y,&s,&t);
      |    ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 256.0 KiB
#2 Accepted 26ms 3.875 MiB
#3 Accepted 6ms 1.875 MiB
#4 Accepted 6ms 1.125 MiB
#5 Accepted 23ms 3.75 MiB
#6 Accepted 3ms 768.0 KiB
#7 Accepted 23ms 3.125 MiB
#8 Accepted 3ms 896.0 KiB
#9 Accepted 8ms 2.125 MiB
#10 Accepted 32ms 4.125 MiB

信息

递交者
类型
递交
题目
P1512 SuperBrother打鼹鼠
语言
C++
递交时间
2022-01-27 17:43:33
评测时间
2022-01-27 17:43:33
评测机
分数
100
总耗时
138ms
峰值内存
4.125 MiB