/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:23:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&N);
  ~~~~~^~~~~~~~~
foo.cc:26:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d",&op);
   ~~~~~^~~~~~~~~~
foo.cc:28:9: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
    scanf("%d %d %d",&x,&y,&xx);
    ~~~~~^~~~~~~~~~~~~~~~~~~~~~
foo.cc:32:9: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
    scanf("%d %d %d %d",&x,&y,&xx,&yy);
    ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 384.0 KiB
#2 Accepted 14ms 4.133 MiB
#3 Accepted 3ms 2.0 MiB
#4 Accepted 4ms 1.246 MiB
#5 Accepted 12ms 3.996 MiB
#6 Accepted 2ms 768.0 KiB
#7 Accepted 9ms 3.41 MiB
#8 Accepted 4ms 1.094 MiB
#9 Accepted 7ms 2.352 MiB
#10 Accepted 14ms 4.441 MiB

信息

递交者
类型
递交
题目
P1512 SuperBrother打鼹鼠
语言
C++
递交时间
2021-09-22 11:43:21
评测时间
2021-09-22 11:43:21
评测机
分数
100
总耗时
75ms
峰值内存
4.441 MiB