| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 133719 | 郝王骏程 | 字符串替换 | C++ | Wrong Answer | 1 MS | 276 KB | 308 | 2025-10-20 18:34:13 |
#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]; } } for(i = 1;i <= 5;i++){ for(j = 1;j <= 5;j++) cout<<a[i][j]<<" "; cout<<endl; } return 0; }
------Input------
AAABBBBCCCDDDabbc emtnohkgfsdajpircvqlxbuzwy
------Answer-----
EEEMMMMTTTNNNemmt
------Your output-----
0 8042144 0 8034912 0 0 8 0 1 0 0 43158440 32765 9 0 0 4197344 0 8 0 0 43158424 32765 4827111 0