Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
314951 朱梓骏 [ 2022年绍兴市第二十届少儿信息学竞赛复赛 ] -华容道(huarong) C++ 解答错误 11 1 MS 260 KB 320 2025-03-28 20:26:54

Tests(1/9):


#include<bits/stdc++.h> using namespace std; int main(){ int n,b[5][5],l=0,c=0,d=0; string a; cin>>n>>a; for(int i=1;i<=3;i++){ for(int j=1;j<=3;j++){ l+=1; b[i][j]=l; } } b[3][3]=0; for(int i=1;i<=3;i++){ for(int j=1;j<=3;j++){ cout<<b[i][j]<<" "; } cout<<endl; } }


测评信息: