记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:30:6: warning: unused variable 'i' [-Wunused-variable]
  int i,j,k;
      ^
foo.cc:30:8: warning: unused variable 'j' [-Wunused-variable]
  int i,j,k;
        ^
foo.cc: In function 'void init()':
foo.cc:12:13: warning: iteration 109 invokes undefined behavior [-Waggressive-loop-optimizations]
    mp1[i][j]=Maxn;
    ~~~~~~~~~^~~~~
foo.cc:10:16: note: within this loop
   for(int j=1;j<=110;j++)
               ~^~~~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Wrong Answer 1a2,10 > 60 > 60 > 60 > 60 2ms 508.0 KiB
#2 Wrong Answer 1a2,10 > No solution. > No so 2ms 384.0 KiB
#3 Wrong Answer 1a2,10 > 4 > 4 > 4 > 4 > 4 2ms 384.0 KiB
#4 Wrong Answer 1a2,10 > 15 > 15 > 15 > 15 2ms 500.0 KiB
#5 Wrong Answer 1a2,10 > 296 > 296 > 296 > 4ms 384.0 KiB
#6 Wrong Answer 1a2,10 > 38 > 38 > 38 > 38 2ms 512.0 KiB
#7 Wrong Answer 1a2,10 > 13 > 13 > 13 > 13 4ms 512.0 KiB
#8 Wrong Answer 1a2,10 > 11 > 11 > 11 > 11 2ms 508.0 KiB
#9 Wrong Answer 1a2,10 > 5 > 5 > 5 > 5 > 5 4ms 600.0 KiB
#10 Wrong Answer 1a2,10 > 5 > 5 > 5 > 5 > 5 6ms 600.0 KiB

信息

递交者
类型
递交
题目
P1043 观光旅游
语言
C++
递交时间
2021-04-27 16:46:42
评测时间
2021-04-27 16:46:42
评测机
分数
0
总耗时
33ms
峰值内存
600.0 KiB