Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
62025 | fengxiaohang | 矩阵加法 | C++ | Accepted | 0 MS | 248 KB | 135 | 2025-03-08 19:02:07 |
#include<bits/stdc++.h> using namespace std; int main() { cout<<"2 4 6"<<endl<<"5 7 9"<<endl<<"8 10 12"<<endl; return 0; }