CCCJQR P3

View as PDF

Submit solution

Points: 7
Time limit: 0.69s
Memory limit: 16M

Authors:
Problem type

Given three integers A, B, and C, output their sum.

Sample Input

1 1 1

Sample Output

3

Comments


  • -2
    stanwww  commented on Nov. 8, 2024, 2:06 p.m. edit 3

    Hint: think about the question (don't just add the 3 integers together) modulo a number


  • -1
    stanwww  commented on Oct. 30, 2024, 8:45 p.m. edit 3

    The following test case: 68987503198930283 91809266089038131 11550532150201171 causes most WA submissions so think about it.


  • -2
    stanwww  commented on Oct. 26, 2024, 3:49 a.m. edited

    I found the pattern


  • -1
    Kirito  commented on May 15, 2016, 4:04 p.m.

    Is there a submission size limit for this question?


    • 16
      r3mark  commented on May 15, 2016, 4:39 p.m.

      All problems have a submission size limit of 65536 characters.


      • 16
        println_hi_  commented on Oct. 27, 2016, 4:18 a.m. edited

        Ah, that explains why my 90 mb solution for "Homework" isn't working