Beginner Free Contest 49 - SALES

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.



  • 0
    Groot  commented on July 8, 2024, 4:04 p.m.

    Gợi ý:

    gọi x[i] là số lần xuất hiện của a[i]

    luôn luôn tìm được cách chia nếu x[i] >= 2

    kết quả:

    for i = 1 -> n: answer += x[i] / 3 + (x[i] % 3 == 0 ? 0 : 1);


  • -5
    longan1234  commented on Sept. 17, 2023, 8:58 a.m.

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


  • -9
    chubedanye  commented on March 16, 2023, 9:22 a.m.

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