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
    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