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 listJun 12, 2026 16:50Victor MerckléVictor MerckléScore: 3,049Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jun 12, 2026 16:573,04595,890,48088,333,00002,113,536
2Jun 12, 2026 16:573,04695,874,85088,335,00002,113,536
3Jun 12, 2026 16:573,04895,990,01788,411,00002,113,536
4Jun 12, 2026 16:573,04895,993,35088,414,00002,113,536
5Jun 12, 2026 16:573,04995,965,13188,424,00002,113,536
6Jun 12, 2026 16:573,04996,027,79088,428,00002,113,536
7Jun 12, 2026 16:573,05196,038,40188,486,00002,113,536
8Jun 12, 2026 16:573,05196,035,79588,484,00002,113,536
9Jun 12, 2026 16:573,05296,114,22588,513,00002,113,536