Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
62026 | fengxiaohang | 矩阵乘法 | C++ | Accepted | 0 MS | 236 KB | 133 | 2025-03-08 19:02:34 |
#include<bits/stdc++.h> using namespace std; int main() { cout<<"2 2 2"<<endl<<"2 2 2"<<endl<<"2 2 2"<<endl; return 0; }