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 8, 2026 19:35Mikołaj UzarskiMikołaj UzarskiScore: 10,651Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 8, 2026 19:3510,582115,197,69467,871,00019,962,0002,392,064
2Feb 8, 2026 19:3510,590112,314,74066,924,00020,976,0002,441,216
3Feb 8, 2026 19:3510,596114,581,46171,957,00015,990,0002,416,640
4Feb 8, 2026 19:3910,597123,401,36169,963,00017,990,0002,441,216
5Feb 8, 2026 19:3510,601114,096,68967,994,00019,998,0002,347,008
6Feb 8, 2026 19:3510,645113,161,83369,494,00018,862,0002,351,104
7Feb 8, 2026 19:3510,651118,158,12872,508,00015,892,0002,494,464
8Feb 8, 2026 19:3510,655119,640,01870,553,00017,886,0002,412,544
9Feb 8, 2026 19:3510,684113,177,25164,766,00023,913,0002,441,216
10Feb 8, 2026 19:3910,703116,955,33568,870,00019,962,0002,297,856
11Feb 8, 2026 19:3510,717116,888,26867,962,00020,988,0002,273,280
12Feb 8, 2026 19:3910,771115,834,46472,511,00016,886,0002,310,144