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 listMay 16, 2026 17:53M-RochatM-RochatScore: 6,234Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1May 16, 2026 17:546,222189,308,733180,456,00002,113,536
2May 16, 2026 17:546,226189,776,873180,575,00002,113,536
3May 16, 2026 17:546,229189,690,108180,657,00002,113,536
4May 16, 2026 17:546,232189,507,323180,749,00002,113,536
5May 16, 2026 17:546,234191,357,478180,798,00002,113,536
6May 16, 2026 17:546,236192,548,858180,863,00002,113,536
7May 16, 2026 17:546,237189,532,521180,892,00002,113,536
8May 16, 2026 17:546,238189,648,294180,907,00002,113,536
9May 16, 2026 17:546,240191,687,124180,964,00002,113,536