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 listFeb 19, 2026 21:40Mikołaj UzarskiMikołaj UzarskiScore: 5,846Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 19, 2026 21:415,76877,792,41339,893,0007,978,0002,396,160
2Feb 19, 2026 21:425,77771,586,53941,955,0005,993,0002,441,216
3Feb 19, 2026 21:415,78168,678,38542,982,0004,997,0002,453,504
4Feb 19, 2026 21:415,81769,480,94642,244,0006,034,0002,392,064
5Feb 19, 2026 21:415,82574,261,42044,319,0004,029,0002,437,120
6Feb 19, 2026 21:425,83072,609,43941,330,0007,056,0002,400,256
7Feb 19, 2026 21:445,83876,595,71343,408,0005,047,0002,326,528
8Feb 19, 2026 21:465,84681,702,19342,459,0006,065,0002,428,928
9Feb 19, 2026 21:465,85578,914,21241,512,0007,087,0002,412,544
10Feb 19, 2026 21:445,86573,022,87942,594,0006,084,0002,392,064
11Feb 19, 2026 21:415,88379,887,49342,847,0005,978,0002,445,312
12Feb 19, 2026 21:445,89871,727,14342,960,0005,994,0002,416,640
13Feb 19, 2026 21:425,91770,587,12743,099,0006,013,0002,408,448
14Feb 19, 2026 21:415,94373,489,55645,301,0004,026,0002,494,464
15Feb 19, 2026 21:466,31576,066,78349,391,0003,023,0002,469,888