/ Vijos /

记录详情

Accepted

foo.cc: In function 'void init()':
foo.cc:75:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d%d",&n,&m);
     ~~~~~^~~~~~~~~~~~~~
foo.cc:77:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%d",&a[i].num);
         ~~~~~^~~~~~~~~~~~~~~~
foo.cc:79:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%d",&a[i].color);
         ~~~~~^~~~~~~~~~~~~~~~~~
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 4ms 2.629 MiB
#2 Accepted 4ms 2.625 MiB
#3 Accepted 5ms 2.625 MiB
#4 Accepted 5ms 2.742 MiB
#5 Accepted 27ms 3.984 MiB
#6 Accepted 39ms 4.305 MiB
#7 Accepted 754ms 3.625 MiB
#8 Accepted 154ms 3.742 MiB
#9 Accepted 47ms 3.879 MiB
#10 Accepted 34ms 4.195 MiB

信息

递交者
类型
递交
题目
P1976 求和
语言
C++
递交时间
2021-08-06 21:56:09
评测时间
2021-08-06 21:56:09
评测机
分数
100
总耗时
1077ms
峰值内存
4.305 MiB