Help wanted for a problem

Правка en1, от EarthMessenger, 2022-10-17 16:59:30

Problem Statment

You're given a matrix of N rows and M columns, and Q queries. (1 <= N, M, Q <= 1000)
For each query Q (x, y, c), you need to rotate clockwise the square child matrix whose upper left corner is (x, y) and lower right corner is (x + c — 1, y + c — 1).
Print the final matrix as result.

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en2 Английский EarthMessenger 2022-10-17 17:13:22 443 (published)
en1 Английский EarthMessenger 2022-10-17 16:59:30 370 Initial revision (saved to drafts)