/ AOCode /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:98:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   98 |  scanf("%lld%lld",&n,&m);
      |  ~~~~~^~~~~~~~~~~~~~~~~~
foo.cc:100:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  100 |   scanf("%lld",&a[i]);
      |   ~~~~~^~~~~~~~~~~~~~
foo.cc:104:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  104 |   scanf("%lld%lld",&op,&x);
      |   ~~~~~^~~~~~~~~~~~~~~~~~~
foo.cc:107:9: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  107 |    scanf("%lld",&y);
      |    ~~~~~^~~~~~~~~~~
foo.cc:113:9: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  113 |    scanf("%lld",&y);
      |    ~~~~~^~~~~~~~~~~
foo.cc:119:9: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  119 |    scanf("%lld",&y);
      |    ~~~~~^~~~~~~~~~~
foo.cc:124:9: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  124 |    scanf("%lld",&y);
      |    ~~~~~^~~~~~~~~~~
foo.cc:128:9: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  128 |    scanf("%lld",&y);
      |    ~~~~~^~~~~~~~~~~
foo.cc:132:9: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  132 |    scanf("%lld",&y);
      |    ~~~~~^~~~~~~~~~~
foo.cc:136:9: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  136 |    scanf("%lld",&y);
      |    ~~~~~^~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 111ms 7.242 MiB
#2 Accepted 74ms 3.867 MiB
#3 Accepted 53ms 3.617 MiB
#4 Accepted 106ms 6.992 MiB
#5 Accepted 99ms 3.992 MiB
#6 Accepted 80ms 4.121 MiB
#7 Accepted 114ms 3.992 MiB
#8 Accepted 68ms 3.867 MiB
#9 Accepted 154ms 4.117 MiB
#10 Accepted 113ms 7.254 MiB

信息

递交者
类型
递交
题目
P1038 The FLF Tokens
比赛
AOCode Round #4
语言
C++
递交时间
2022-04-29 21:02:58
评测时间
2022-04-29 21:02:58
评测机
分数
100
总耗时
976ms
峰值内存
7.254 MiB