Olympic Sinh Viên 2021 - Không chuyên - Khoảng cách

View as PDF

Submit solution

Points: 0.20 (partial)
Time limit: 2.0s
Memory limit: 1G

Problem source:
Olympic Sinh Viên
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
    superduc  commented on Nov. 11, 2024, 5:25 p.m.
    • Anh em cho hỏi, sao tui dùng Mó lại sai từ test 36 nhỉ.

    • Code link: https://ideone.com/Z7msSK


  • -11
    trongtenlinhcbhk64  commented on Sept. 25, 2023, 3:46 a.m.

    This comment is hidden due to too much negative feedback. Show it anyway.


  • 7
    vnkiet  commented on June 17, 2022, 4:17 p.m. edited

    For everyone:

    tính khoảng cách từng phần tử a[i] với dãy B

    sử dụng lower_bound

    bài toán trở về tìm giá trị nhỏ nhất trong dãy con a[l], a[l+1], ..., a[r]

    sử dụng RMQ.