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 22, 2026 11:01A_ShamanA_ShamanScore: 9,024Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jun 22, 2026 11:029,007270,457,520254,454,0006,758,0002,113,536
2Jun 22, 2026 11:029,016270,727,579254,735,0006,744,0002,113,536
3Jun 22, 2026 11:029,022270,946,627254,917,0006,745,0002,113,536
4Jun 22, 2026 11:029,023270,914,392254,907,0006,769,0002,113,536
5Jun 22, 2026 11:029,024270,981,042254,990,0006,725,0002,113,536
6Jun 22, 2026 11:029,027271,066,590255,099,0006,710,0002,113,536
7Jun 22, 2026 11:029,032271,166,347254,949,0007,004,0002,113,536
8Jun 22, 2026 11:029,033271,221,708255,398,0006,562,0002,113,536
9Jun 22, 2026 11:029,092272,854,388257,137,0006,534,0002,113,536