Free Contest 144 - MAGICSUM

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.



  • -12
    quandeptrai123  commented on July 3, 2023, 9:39 a.m.

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


    • -8
      quandeptrai123  commented on July 3, 2023, 9:40 a.m.

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


      • 3
        mahiru7229  commented on Sept. 30, 2023, 4:11 p.m.

        Nếu để ý thì bạn thực hiện phép toán với int thì kết quả vẫn sẽ là kiểu int. Nhưng nếu lấy 2 số gần với ~10^6~ nhân với nhau thì int rõ ràng không chứa nổi rồi.


      • 5
        darkkcyan  commented on July 3, 2023, 9:42 a.m.

        Bạn để ý khi thực hiện các phép toán với int thì kết quả của phép toán cũng sẽ là int. Nếu bạn nhân 2 số có giới hạn ~10^6~ với nhau sẽ ngoài giới hạn int.