Beginner Free Contest 36 - EXAM

View as PDF

Submit solution

Points: 0.20 (partial)
Time limit: 1.0s
Memory limit: 512M

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

Lưu ý: các bạn không nhập, xuất dữ liệu bằng file kể cả khi đề bài có yêu cầu. Đọc, ghi dữ liệu được thực hiện ở stdin và stdout.


Comments

Please read the guidelines before commenting.



  • 3
    DinhVantung0611  commented on Feb. 12, 2024, 3:45 p.m.

    Chú ý trường hợp a < c và b < c

    test 1:

    O: 3 1 3 6

    I: -1

    test 2:

    O: 1 3 3 6

    I: -1