/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:8:6: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
    8 | scanf("%d", &n);
      | ~~~~~^~~~~~~~~~
foo.cc:10:6: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   10 | scanf("%d", &a[i]);
      | ~~~~~^~~~~~~~~~~~~
foo.cc:20:6: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   20 | scanf("%d", &t);
      | ~~~~~^~~~~~~~~~
foo.cc:22:6: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   22 | scanf("%lld", &m);
      | ~~~~~^~~~~~~~~~~~
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 18ms 4.125 MiB
#2 Accepted 188ms 4.25 MiB
#3 Accepted 233ms 4.125 MiB
#4 Accepted 9ms 4.125 MiB
#5 Accepted 349ms 4.125 MiB
#6 Accepted 254ms 4.125 MiB
#7 Accepted 400ms 4.332 MiB
#8 Accepted 69ms 4.219 MiB
#9 Accepted 82ms 4.223 MiB
#10 Accepted 313ms 4.234 MiB

信息

递交者
类型
递交
题目
P1861 Coin
语言
C++
递交时间
2022-01-12 17:05:29
评测时间
2022-01-12 17:05:29
评测机
分数
100
总耗时
1920ms
峰值内存
4.332 MiB