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:18M-RochatM-RochatScore: 6,239Success
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:216,235190,014,419179,811,0001,021,0002,113,536
2May 17, 2026 15:216,237190,115,156179,870,0001,020,0002,113,536
3May 17, 2026 15:216,237190,719,315179,851,0001,029,0002,113,536
4May 17, 2026 15:216,238190,034,332179,895,0001,008,0002,113,536
5May 17, 2026 15:216,239193,104,082179,951,0001,004,0002,113,536
6May 17, 2026 15:216,240192,421,182179,968,0001,020,0002,113,536
7May 17, 2026 15:216,241190,092,689179,957,0001,033,0002,113,536
8May 17, 2026 15:216,241193,955,937179,984,0001,012,0002,113,536
9May 17, 2026 15:216,242190,247,533179,996,0001,027,0002,113,536