Arithmetic expressions Sergey Svistunov

Evaluate 100 arithmetic expressions as fast as possible.

Input

One expression per line on STDIN. Each expression contains 50,000 int16 numbers with operators +, -, *, / (integer division) and parentheses (, ).

-19550 - ((-14208 / (13583 + -19215)) + (-16832 / 797 + (9060 / -23627)) + ((-6060) + 24953))
30835 - 3703 - (-20089 * -6261 + ((-28985 - 29627) + (-17828 - (22773 / -4014) * 1630)))

Output

Print the int64 result of each expression, one per line, to STDOUT.

Back to listMay 3, 2026 19:53TudyMTudyMScore: 4,710Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1May 3, 2026 19:564,707152,228,044136,513,00002,379,776
2May 3, 2026 19:564,707152,758,864135,504,0001,022,0002,355,200
3May 3, 2026 19:564,709152,899,979135,561,0001,016,0002,363,392
4May 3, 2026 19:564,710150,333,961136,610,00002,367,488
5May 3, 2026 19:564,710153,920,513135,580,0001,021,0002,371,584
6May 3, 2026 19:564,711156,081,971135,561,0001,067,0002,367,488
7May 3, 2026 19:564,713155,168,281135,637,0001,064,0002,371,584
8May 3, 2026 19:564,713154,443,894135,617,0001,084,0002,367,488
9May 3, 2026 19:564,717151,422,198135,784,0001,014,0002,371,584