/ Vijos /

记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:39:11: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<point>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   39 |  for(i=0;i<mylist.size();i++){
      |          ~^~~~~~~~~~~~~~
foo.cc:18:14: warning: unused variable 'k' [-Wunused-variable]
   18 |  int n,m,i,j,k;
      |              ^
foo.cc:20:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   20 |  scanf("%d %d",&n,&m);
      |  ~~~~~^~~~~~~~~~~~~~~
foo.cc:29:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   29 |     scanf("%d",&a[i][j].h);
      |     ~~~~~^~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 112ms 12.23 MiB
#2 Accepted 18ms 2.996 MiB
#3 Accepted 26ms 5.117 MiB
#4 Accepted 6ms 1.191 MiB
#5 Accepted 69ms 10.105 MiB
#6 Accepted 6ms 1.191 MiB
#7 Accepted 7ms 1.191 MiB
#8 Accepted 38ms 5.992 MiB
#9 Wrong Answer Read 7887331790030073990, expect 402. 10ms 2.996 MiB
#10 Wrong Answer Read 9175231309690836884, expect 1. 56ms 11.48 MiB

信息

递交者
类型
递交
题目
P1011 清帝之惑之顺治
语言
C++
递交时间
2022-05-08 17:15:07
评测时间
2022-05-08 17:15:07
评测机
分数
80
总耗时
351ms
峰值内存
12.23 MiB