Free Contest Testing Round 46 - BCOUNT

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.



  • 0
    tdkhang  commented on May 9, 2023, 9:32 a.m. edited
    n,q = map(int,input().split())
    a=[]
    for i in range(n):
        a.append(int(input()))
    for i in range(q):
        l,k=map(int,input().split())
        print(a[l-1:k].count(1)," ",a[l-1:k].count(2)," ",a[l-1:k].count(3))
    

    mình bị quá thời gian, làm sao cải thiện vậy ae?


    • 0
      z  commented on May 10, 2023, 4:51 a.m.

      bạn có thể lên trang của free contest là freecontest.net để tham khảo sol nhé


  • -21
    yanwe111  commented on March 30, 2023, 4:39 a.m.

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


    • -20
      yanwe111  commented on March 30, 2023, 4:39 a.m.

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