记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:14:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for(i=1;i<n;i++)
     ^~~
foo.cc:17:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
    for(q=1;q<n;q++)
    ^~~
foo.cc:7:12: warning: unused variable 'k' [-Wunused-variable]
    int i,j,k,n,m=-1,mx=-1000,q,z;
            ^
foo.cc:7:21: warning: unused variable 'mx' [-Wunused-variable]
    int i,j,k,n,m=-1,mx=-1000,q,z;
                     ^~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Accepted 2ms 392.0 KiB
#2 Accepted 5ms 536.0 KiB
#3 Accepted 3ms 384.0 KiB
#4 Wrong Answer Read 193, expect 195. 1ms 384.0 KiB
#5 Accepted 2ms 384.0 KiB
#6 Accepted 3ms 512.0 KiB
#7 Wrong Answer Read 6, expect 18. 1ms 384.0 KiB
#8 Accepted 3ms 384.0 KiB
#9 Accepted 6ms 544.0 KiB
#10 Accepted 2ms 384.0 KiB

信息

递交者
类型
递交
题目
P1001 【最大子矩阵模板】最大小朋友矩阵
语言
C++
递交时间
2021-04-17 19:39:51
评测时间
2021-04-17 19:39:51
评测机
分数
80
总耗时
33ms
峰值内存
544.0 KiB