توجه: سوال‌ها لزوما به ترتیب سختی مرتب نشده‌اند و ترتیب آن‌ها (تقریبا!) اتفاقی است. استفاده از منابع از پیش آماده شده و دیکشنری‌ها در حین مسابقه مجاز است.

برای سرعت بیشتر برنامه‌ها، بجای پایتون می‌توانید با PyPy کدتان را ارسال کنید.

لینک‌های مفید برای شرکت در مسابقه:

می‌توانید سوال‌های خود را از بخش "سوال بپرسید" مطرح کنید.

Spider-Man: Across the Spider-Verse (2022)


  • Memory Limit: 256MB
  • Time Limit: 1sec

Pari loves spiderman and how he hangs upside down from the ceiling, so she likes to rotate everything. Right now she is rotating tables of letters. She wrote an R×CR \times C table onto a piece of paper. She has also chosen an angle KK, a multiple of 4545, and wants to rotate her table that many degrees clockwise.

It turns out this task is a bit too hard for Pari, so help her out.

Input🔗

The first line contains two integers RR and CC, the number of rows and columns in Pari's table.

Each of the next RR lines contains one row of Pari's table, a string of CC lowercase letters. The last line contains an integer KK, a multiple of 4545 between 00 and 360360 (inclusive).

1R101 \le R \le 10 1C101 \le C \le 10

Output🔗

Output Pari's table rotated KK degrees clockwise. The output must contain the smallest number of rows and columns possible. Some rows may have some leading spaces, but extra leading or trailing space is now allowed.

Sample Input 1🔗

3 4
pari
sina
mari
45
Plain text

Sample Output 1🔗

  p
 s a
m i r
 a n i
  r a
   i
Plain text

Sample Input 2🔗

3 4
pari
sina
mari
90
Plain text

Sample Output 2🔗

msp
aia
rnr
iai
Plain text

Sample Input 3🔗

3 4
pari
sina
mari
315
Plain text

Sample Output 3🔗

   i
  r a
 a n i
p i r
 s a
  m
Plain text
ارسال پاسخ برای این سؤال
در حال حاضر شما دسترسی ندارید.