Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
62032 | fengxiaohang | 图像旋转 | C++ | Accepted | 0 MS | 244 KB | 133 | 2025-03-08 19:08:46 |
#include<bits/stdc++.h> using namespace std; int main() { cout<<"7 4 1"<<endl<<"8 5 2"<<endl<<"9 6 3"<<endl; return 0; }