/ WHOJ /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:50:18: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   50 |             scanf("%d",&a[i]);
      |             ~~~~~^~~~~~~~~~~~
foo.cc:55:18: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   55 |             scanf("%s",op);
      |             ~~~~~^~~~~~~~~
foo.cc:59:22: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   59 |                 scanf("%d%d",&q[qcnt].l,&q[qcnt].r) ;
      |                 ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
foo.cc:66:22: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   66 |                 scanf("%d%d",&c[ccnt].p,&c[ccnt].col);
      |                 ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
正在同步测试数据,请稍后
Found 10 testcases.
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 11ms 4.25 MiB
#2 Accepted 66ms 4.492 MiB
#3 Accepted 30ms 4.492 MiB
#4 Accepted 52ms 4.492 MiB
#5 Accepted 14ms 4.25 MiB
#6 Accepted 49ms 4.492 MiB
#7 Accepted 27ms 4.5 MiB
#8 Accepted 36ms 4.492 MiB
#9 Accepted 32ms 4.492 MiB
#10 Accepted 76ms 4.375 MiB

信息

递交者
类型
递交
题目
P1150 [国家集训队] 数颜色 / 维护队列
题目数据
下载
语言
C++
递交时间
2022-05-14 20:19:19
评测时间
2022-05-14 20:19:19
评测机
分数
100
总耗时
396ms
峰值内存
4.5 MiB