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 listNov 25, 2025 12:39Ham-HamHam-HamScore: 51,104Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 25, 2025 10:0351,056448,996,859421,766,0001,998,0002,273,280
2Nov 25, 2025 10:0451,060444,176,808421,802,0001,999,0002,273,280
3Nov 25, 2025 10:0351,060451,028,991421,796,0001,999,0002,486,272
4Nov 25, 2025 12:3951,066446,623,208421,850,0001,999,0002,535,424
5Nov 25, 2025 10:0351,066462,586,541421,852,0001,999,0002,535,424
6Nov 25, 2025 10:0451,072450,650,877421,902,0001,999,0002,535,424
7Nov 25, 2025 10:0351,072444,115,343422,896,000999,0002,490,368
8Nov 25, 2025 10:0351,073446,573,010422,907,000999,0002,494,464
9Nov 25, 2025 12:4251,082442,896,468422,978,000999,0002,273,280
10Nov 25, 2025 10:0551,086447,467,582423,015,0001,000,0002,273,280
11Nov 25, 2025 10:0351,089451,982,575423,039,0001,000,0002,494,464
12Nov 25, 2025 10:0351,093450,142,623423,072,0001,000,0002,535,424
13Nov 25, 2025 12:4251,093445,877,909423,070,0001,000,0002,273,280
14Nov 25, 2025 10:0351,098447,076,129423,111,0001,000,0002,273,280
15Nov 25, 2025 10:0351,100448,120,700423,128,0001,000,0002,535,424
16Nov 25, 2025 10:0351,104447,942,035423,163,0001,000,0002,498,560
17Nov 25, 2025 10:0351,109446,946,099423,205,000998,0002,531,328
18Nov 25, 2025 10:0551,114446,275,260423,250,0001,000,0002,494,464
19Nov 25, 2025 10:0351,147456,025,188422,526,0001,997,0002,273,280
20Nov 25, 2025 12:3951,155448,254,749422,591,0001,998,0002,482,176
21Nov 25, 2025 10:0351,172449,813,345422,733,0001,998,0002,498,560
22Nov 25, 2025 10:0551,359452,649,299425,277,0001,000,0002,502,656
23Nov 25, 2025 10:0351,371451,636,010424,385,0001,997,0002,490,368
24Nov 25, 2025 10:0451,375451,548,678425,416,0001,000,0002,531,328
25Nov 25, 2025 10:0351,386451,717,141424,507,0001,997,0002,273,280
26Nov 25, 2025 10:0351,390453,902,684425,537,000998,0002,273,280
27Nov 25, 2025 12:4251,392453,174,442424,554,0001,997,0002,490,368
28Nov 25, 2025 10:0351,396452,403,159425,589,000999,0002,535,424
29Nov 25, 2025 12:3951,431447,894,373424,877,0001,999,0002,531,328
30Nov 25, 2025 10:0351,444450,930,952425,990,000999,0002,490,368