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 listAug 16, 2026 00:33Tomislav TunkovicTomislav TunkovicError
Source Code

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

Challenge History
DateChallengerCostTypeStatus
Sep 8, 2026 15:34C#_user10.00CustomSolution Broken
Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Sep 8, 2026 15:34010,403,50101,947,00020,480No answer to stdout. Died or killed?
2Aug 16, 2026 00:402,16471,256,19959,949,0002,821,0002,117,632
3Aug 16, 2026 00:402,16471,252,72759,942,0002,828,0002,117,632
4Aug 16, 2026 00:402,16471,261,59859,955,0002,817,0002,117,632
5Aug 16, 2026 00:402,16571,185,51359,992,0002,814,0002,117,632
6Aug 16, 2026 00:402,16571,126,05659,965,0002,821,0002,117,632
7Aug 16, 2026 00:402,16571,210,91259,989,0002,824,0002,117,632
8Aug 16, 2026 00:402,16571,188,27159,961,0002,825,0002,117,632
9Aug 16, 2026 00:402,16571,259,10759,962,0002,838,0002,117,632
10Aug 16, 2026 00:402,16571,231,73659,959,0002,826,0002,117,632