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