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 8, 2026 05:32Victor MerckléVictor MerckléScore: 3,075Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jun 8, 2026 05:333,07098,287,07687,930,0001,114,0002,113,536
2Jun 8, 2026 05:333,07198,372,01687,962,0001,122,0002,113,536
3Jun 8, 2026 05:333,07498,460,47688,017,0001,154,0002,113,536
4Jun 8, 2026 05:333,07498,455,81588,148,0001,025,0002,113,536
5Jun 8, 2026 05:333,07598,489,27388,150,0001,040,0002,113,536
6Jun 8, 2026 05:333,07598,491,79188,167,0001,026,0002,113,536
7Jun 8, 2026 05:333,07698,601,01388,167,0001,060,0002,113,536
8Jun 8, 2026 05:333,07699,856,84588,188,0001,022,0002,113,536
9Jun 8, 2026 05:333,07698,495,08888,171,0001,034,0002,113,536