/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:24:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   24 |     scanf("%d", &n);
      |     ~~~~~^~~~~~~~~~
foo.cc:26:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   26 |         scanf("%d%d%d", &w[i], &rp[i], &tim[i]);
      |         ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
foo.cc:28:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   28 |     scanf("%d%d", &m, &r);
      |     ~~~~~^~~~~~~~~~~~~~~~
foo.cc:50:11: warning: ignoring return value of 'int system(const char*)', declared with attribute warn_unused_result [-Wunused-result]
   50 |     system("pause");
      |     ~~~~~~^~~~~~~~~
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 3ms 928.0 KiB
#2 Accepted 4ms 1.516 MiB
#3 Accepted 4ms 1.758 MiB
#4 Accepted 6ms 1.512 MiB
#5 Accepted 3ms 780.0 KiB
#6 Accepted 5ms 1.711 MiB
#7 Accepted 4ms 1.133 MiB
#8 Accepted 5ms 1.461 MiB
#9 Accepted 6ms 1.621 MiB
#10 Accepted 3ms 696.0 KiB

信息

递交者
类型
递交
题目
P1544 GF
语言
C++
递交时间
2021-12-23 21:17:30
评测时间
2021-12-23 21:17:30
评测机
分数
100
总耗时
47ms
峰值内存
1.758 MiB