Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
106257 欧阳俊懿 统计特定单词数 C++ Wrong Answer 1 MS 272 KB 364 2025-01-15 18:46:40

Tests(0/11):


Code:

#include<bits/stdc++.h> using namespace std; int main(){ int i,j,n,m; int a[6][6]; cin>>n>>m; for(i = 1;i <= 5;i++){ for(j = 1;j <= 5;j++){ if(i==n) cin>>a[m][j]; else if(i==m) cin>>a[n][j]; else cin>>a[i][j]; } } for(i = 1;i <= 5;i++){ for(j = 1;j <= 5;j++) cout<<a[i][j]<<" "; cout<<endl; } return 0; }


Run Info:

------Input------
alun is the best teacher of TCJY ALUN
------Answer-----
1 28
------Your output-----
0 0 0 5211157 0 0 8034912 0 72704 0 0 1 0 32768 0 32765 9 0 0 0 0 8 0 1 0