| Problem | matrixrotation |
|---|---|
| User | AndyChen |
| Submission Time | 2026-07-24 14:47:31 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
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;
| ^