/ 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 680.0 KiB
#2 Accepted 4ms 1.625 MiB
#3 Accepted 4ms 1.5 MiB
#4 Accepted 5ms 1.75 MiB
#5 Accepted 3ms 768.0 KiB
#6 Accepted 5ms 1.5 MiB
#7 Accepted 3ms 1.125 MiB
#8 Accepted 5ms 1.5 MiB
#9 Accepted 6ms 1.375 MiB
#10 Accepted 3ms 640.0 KiB

信息

递交者
类型
递交
题目
P1544 GF
语言
C++
递交时间
2022-07-19 18:11:54
评测时间
2022-07-19 18:11:54
评测机
分数
100
总耗时
46ms
峰值内存
1.75 MiB