/ 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:20:14: warning: unused variable 'k' [-Wunused-variable]
   20 |  int n,m,i,j,k;
      |              ^
foo.cc:22:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   22 |  scanf("%d %d",&n,&m);
      |  ~~~~~^~~~~~~~~~~~~~~
foo.cc:30:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   30 |     scanf("%d",&a[i][j].h);
      |     ~~~~~^~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 120ms 12.109 MiB
#2 Accepted 37ms 4.246 MiB
#3 Accepted 52ms 5.734 MiB
#4 Accepted 6ms 1.375 MiB
#5 Accepted 68ms 9.98 MiB
#6 Accepted 8ms 1.5 MiB
#7 Accepted 7ms 1.875 MiB
#8 Accepted 41ms 5.863 MiB
#9 Accepted 12ms 3.496 MiB
#10 Wrong Answer Read 2, expect 1. 54ms 10.852 MiB

信息

递交者
类型
递交
题目
P1011 清帝之惑之顺治
语言
C++
递交时间
2022-05-08 17:28:30
评测时间
2022-05-08 17:28:30
评测机
分数
90
总耗时
411ms
峰值内存
12.109 MiB