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 4, 2026 18:39Victor MerckléVictor MerckléScore: 3,039Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jun 4, 2026 18:403,03698,832,47886,912,0001,134,0002,113,536
2Jun 4, 2026 18:403,03897,369,34287,097,0001,025,0002,113,536
3Jun 4, 2026 18:403,03897,363,06987,090,0001,021,0002,113,536
4Jun 4, 2026 18:403,03997,391,29887,125,0001,016,0002,113,536
5Jun 4, 2026 18:403,03997,472,62487,130,0001,013,0002,113,536
6Jun 4, 2026 18:403,04097,416,30487,146,0001,015,0002,113,536
7Jun 4, 2026 18:403,04197,458,58487,180,0001,025,0002,113,536
8Jun 4, 2026 18:403,04197,857,44587,138,0001,055,0002,113,536
9Jun 4, 2026 18:403,04497,560,80087,121,0001,168,0002,113,536