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 10:58marko1597marko1597Error
Source Code

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

Challenge History
DateChallengerCostTypeStatus
Sep 8, 2026 16:23C#_user10.00CustomSolution Broken
Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Sep 8, 2026 16:23011,021,84002,198,00020,480No answer to stdout. Died or killed?
2Aug 16, 2026 11:092,51381,338,70170,095,0002,806,0002,117,632
3Aug 16, 2026 11:092,51482,145,37570,128,0002,805,0002,117,632
4Aug 16, 2026 11:092,51482,011,14970,111,0002,803,0002,117,632
5Aug 16, 2026 11:092,51481,329,76470,121,0002,803,0002,117,632
6Aug 16, 2026 11:092,51481,391,16270,140,0002,793,0002,117,632
7Aug 16, 2026 11:092,51481,341,74570,106,0002,823,0002,117,632
8Aug 16, 2026 11:092,51582,016,18270,121,0002,817,0002,117,632
9Aug 16, 2026 11:092,51581,440,71070,146,0002,817,0002,117,632
10Aug 16, 2026 11:092,51681,529,83870,145,0002,844,0002,117,632