Free Contest Testing Round 35 - RANKING

View as PDF

Submit solution

Points: 0.70 (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.



  • 2
    Groot  commented on May 20, 2024, 6:24 p.m.

    gợi ý:

    Sắp xếp mảng, khởi tạo biến point = 1, total = 0

    Duyệt từ n-1 đến 0

    Nếu i = n-1 || a[i] == a[i+1] thì total += point

    ngược lại, tăng point lên 1 đơn vị, total+=point