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:01Victor MerckléVictor MerckléScore: 3,050Success
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:073,04795,940,91488,371,00002,113,536
2Jun 12, 2026 16:073,04795,970,47688,374,00002,113,536
3Jun 12, 2026 16:073,04795,906,08988,374,00002,113,536
4Jun 12, 2026 16:073,04895,935,99088,393,00002,113,536
5Jun 12, 2026 16:073,05095,966,54988,469,00002,113,536
6Jun 12, 2026 16:073,05096,023,66488,472,00002,113,536
7Jun 12, 2026 16:073,05196,065,22288,494,00002,113,536
8Jun 12, 2026 16:073,05195,918,45788,494,00002,113,536
9Jun 12, 2026 16:073,05196,057,94288,484,00002,113,536