ICPC 2024 miền Trung - E: IslandChallenge

View as PDF

Submit solution

Points: 1.00
Time limit: 1.0s
Memory limit: 512M

Author:
Problem source:
ICPC 2024 miền Trung
Problem type
Allowed languages
C, C++, Go, Java, Kotlin, Pascal, PyPy, Python, Rust, Scratch

In case the statement didn't load correctly, you can download the statement here: Statement


Comments

Please read the guidelines before commenting.



  • 0
    I_love_Hoang_Yen  commented on Oct. 18, 2025, 3:14 p.m.

    Đề viết lỗi:

    If he is in the
    cell (𝑖,𝑗), he can only move to the cells (𝑖 + 1,𝑗), (𝑖 − 1,𝑗), (𝑖,𝑗 + 1), (i, j − 1)
    

    Mới đúng