/ WHOJ /

记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:11:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   11 |  scanf ("%d",&n);
      |  ~~~~~~^~~~~~~~~
foo.cc:19:9: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   19 |   scanf ("%d%d",&k,&p);
      |   ~~~~~~^~~~~~~~~~~~~~
foo.cc:37:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   37 |  scanf ("%d",&m);
      |  ~~~~~~^~~~~~~~~
foo.cc:40:9: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   40 |   scanf ("%d",&f);
      |   ~~~~~~^~~~~~~~~
正在同步测试数据,请稍后
Found 5 testcases.
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 384.0 KiB
#2 Wrong Answer Standard answer longer than user output. 8ms 512.0 KiB
#3 Wrong Answer User output longer than standard answer. 4ms 384.0 KiB
#4 Wrong Answer Standard answer longer than user output. 3ms 384.0 KiB
#5 Wrong Answer Standard answer longer than user output. 44ms 1.875 MiB

信息

递交者
类型
递交
题目
P1274 队列安排
题目数据
下载
语言
C++
递交时间
2022-07-09 21:14:41
评测时间
2022-07-09 21:14:41
评测机
分数
20
总耗时
63ms
峰值内存
1.875 MiB