Problem matrixrotation
User AndyChen
Submission Time 2026-07-24 14:47:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

matrixrotation.cpp: In function ‘int main()’:
matrixrotation.cpp:8:12: error: ‘n’ was not declared in this scope
8 | cin >> n >> m >> t;
| ^
matrixrotation.cpp:8:17: error: ‘m’ was not declared in this scope
8 | cin >> n >> m >> t;
| ^
matrixrotation.cpp:38:29: error: ‘j’ was not declared in this scope
38 | int o = i*m+j;
| ^