Parse integers Sergey Svistunov

Compute the sum of integers read from STDIN as fast as possible.

Input: 50 000 000 lines, each containing one integer in the range [0; 2147483647].

629871117
2024562523
1372689083
1021777120
2111176472

Output: The uint64 sum of all numbers, printed as a decimal string.

Note: Integer overflow is expected – use a 64-bit accumulator.

Back to listMar 13, 2026 09:56Hung T.NguyenHung T.NguyenScore: 2,108,598Success
Source Code

Source code access is restricted. Log in to request access.

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 13, 2026 09:562,105,45717,512,681,12417,341,348,000133,948,0002,285,568
2Mar 13, 2026 09:562,106,48017,524,487,04617,450,802,00032,982,0002,277,376
3Mar 13, 2026 09:562,107,08117,519,182,21517,442,797,00045,978,0002,289,664
4Mar 13, 2026 09:562,107,17217,520,563,04817,438,549,00050,978,0002,277,376
5Mar 13, 2026 09:562,108,30517,532,987,06817,431,961,00066,969,0002,277,376
6Mar 13, 2026 09:562,108,38617,536,694,73017,434,642,00064,965,0002,277,376
7Mar 13, 2026 09:562,108,45317,534,405,45617,412,206,00087,955,0002,277,376
8Mar 13, 2026 09:562,108,48017,533,570,77617,428,413,00071,968,0002,514,944
9Mar 13, 2026 09:562,108,50317,541,343,68817,441,603,00058,971,0002,277,376
10Mar 13, 2026 09:562,108,59817,539,283,84717,427,397,00073,963,0002,277,376
11Mar 13, 2026 09:562,109,64017,541,569,91517,444,036,00065,973,0002,277,376
12Mar 13, 2026 09:562,109,65817,537,976,28117,428,195,00081,963,0002,277,376
13Mar 13, 2026 09:562,109,87917,545,580,09217,450,025,00061,971,0002,285,568
14Mar 13, 2026 09:562,110,07617,544,966,95117,446,661,00066,971,0002,277,376
15Mar 13, 2026 09:562,117,45917,609,919,33517,503,946,00070,967,0002,269,184
16Mar 13, 2026 09:562,145,55117,845,510,82717,747,100,00060,972,0002,277,376
17Mar 13, 2026 09:562,249,60618,709,410,87518,605,755,00065,974,0002,289,664
18Mar 13, 2026 09:562,289,40419,036,093,53018,936,085,00065,968,0002,289,664