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 17, 2026 15:20M-RochatM-RochatScore: 6,158Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1May 17, 2026 15:236,148187,898,470177,256,0001,041,0002,113,536
2May 17, 2026 15:236,154190,217,074177,454,0001,028,0002,113,536
3May 17, 2026 15:236,154190,677,072177,477,0001,004,0002,113,536
4May 17, 2026 15:236,156188,873,059177,527,0001,023,0002,113,536
5May 17, 2026 15:236,158188,385,158177,559,0001,039,0002,113,536
6May 17, 2026 15:236,158188,494,739177,519,0001,067,0002,113,536
7May 17, 2026 15:236,159191,571,430177,579,0001,039,0002,113,536
8May 17, 2026 15:236,159190,917,624177,599,0001,028,0002,113,536
9May 17, 2026 15:236,160188,923,506177,611,0001,041,0002,113,536