Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
74485 sh25_wangsj 矩阵乘法 C++ 解答错误 0 MS 248 KB 206 2025-11-28 15:11:04

Tests(0/1):


#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; }


测评信息: