记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:30:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   30 |     scanf("%d",&n);
      |     ~~~~~^~~~~~~~~
foo.cc:33:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   33 |         scanf("%d",&x);
      |         ~~~~~^~~~~~~~~
foo.cc:37:31: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   37 |     for(int i=1;i<=n;i++)scanf("%d",&cor[i]);
      |                          ~~~~~^~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 27ms 11.75 MiB
#2 Accepted 16ms 11.75 MiB
#3 Accepted 22ms 11.797 MiB
#4 Accepted 28ms 11.875 MiB
#5 Accepted 33ms 11.875 MiB
#6 Accepted 18ms 11.875 MiB
#7 Accepted 31ms 11.875 MiB
#8 Accepted 29ms 11.75 MiB
#9 Accepted 33ms 11.75 MiB
#10 Accepted 33ms 11.875 MiB
#11 Accepted 32ms 11.875 MiB
#12 Accepted 30ms 11.875 MiB
#13 Accepted 37ms 12.0 MiB
#14 Accepted 35ms 12.25 MiB
#15 Accepted 32ms 12.125 MiB
#16 Accepted 62ms 13.617 MiB
#17 Accepted 74ms 14.617 MiB
#18 Accepted 90ms 15.367 MiB
#19 Accepted 64ms 15.375 MiB
#20 Accepted 63ms 15.367 MiB

信息

递交者
类型
递交
题目
P1386 Problem E. 染色
比赛
2022年暑期算法队集训赛
语言
C++
递交时间
2022-07-08 11:25:23
评测时间
2022-07-08 11:25:23
评测机
分数
100
总耗时
798ms
峰值内存
15.375 MiB