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 5, 2026 17:51Victor MerckléVictor MerckléScore: 3,079Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jun 5, 2026 17:513,07798,594,21488,116,0001,127,0002,113,536
2Jun 5, 2026 17:513,07798,520,22888,109,0001,152,0002,113,536
3Jun 5, 2026 17:513,07898,580,17188,161,0001,127,0002,113,536
4Jun 5, 2026 17:513,07898,576,62588,144,0001,135,0002,113,536
5Jun 5, 2026 17:513,07998,545,32688,304,0001,015,0002,113,536
6Jun 5, 2026 17:513,08098,630,82988,327,0001,018,0002,113,536
7Jun 5, 2026 17:513,08198,628,34488,344,0001,015,0002,113,536
8Jun 5, 2026 17:513,08398,752,47288,393,0001,030,0002,113,536
9Jun 5, 2026 17:513,08399,188,29088,304,0001,110,0002,113,536