记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:33:7: warning: unused variable 'i' [-Wunused-variable]
   int i,j,k;
       ^
foo.cc:33:9: 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 Accepted 2ms 384.0 KiB
#2 Accepted 2ms 384.0 KiB
#3 Accepted 2ms 384.0 KiB
#4 Accepted 2ms 384.0 KiB
#5 Accepted 20ms 416.0 KiB
#6 Accepted 5ms 440.0 KiB
#7 Accepted 22ms 564.0 KiB
#8 Accepted 10ms 624.0 KiB
#9 Accepted 27ms 740.0 KiB
#10 Accepted 45ms 892.0 KiB

信息

递交者
类型
递交
题目
P1043 观光旅游
语言
C++
递交时间
2021-04-27 16:48:06
评测时间
2021-04-27 16:48:07
评测机
分数
100
总耗时
141ms
峰值内存
892.0 KiB