| Run ID | 作者 | 问题 | 语言 | 测评结果 | 时间 | 内存 | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 74484 | sh25_wangsj | 矩阵乘法 | C++ | 编译错误 | 0 MS | 0 KB | 205 | 2025-11-28 15:09:35 |
include <bits/stdc++.h> using namespace std; int main( ){ int n; cin>>n; for(int i=1;i<=n;i++){ cout<<"2 2 2"<<endl; cout<<"2 2 2"<<endl; cout<<"2 "; cout<<"2 "; cout<<"2"; } return 0; }