/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:25:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   25 | {scanf("%lld",&n);
      |  ~~~~~^~~~~~~~~~~
foo.cc:28:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   28 |   scanf("%lld",&m);
      |   ~~~~~^~~~~~~~~~~
foo.cc:31:9: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   31 |    scanf("%lld%lld%lld",&x,&y,&k);
      |    ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
foo.cc:36:9: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   36 |    scanf("%lld%lld%lld%lld",&x,&y,&x2,&y2);
      |    ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 384.0 KiB
#2 Accepted 19ms 6.625 MiB
#3 Accepted 5ms 2.75 MiB
#4 Accepted 4ms 1.375 MiB
#5 Accepted 16ms 6.367 MiB
#6 Accepted 2ms 768.0 KiB
#7 Accepted 12ms 6.0 MiB
#8 Accepted 4ms 1.125 MiB
#9 Accepted 10ms 3.5 MiB
#10 Accepted 19ms 8.125 MiB

信息

递交者
类型
递交
题目
P1512 SuperBrother打鼹鼠
语言
C++
递交时间
2022-07-20 09:34:21
评测时间
2022-07-20 09:34:21
评测机
分数
100
总耗时
97ms
峰值内存
8.125 MiB