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 11:39marko1597marko1597Error
Source Code

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

Challenge History
DateChallengerCostTypeStatus
Sep 8, 2026 15:44C#_user14.77CustomSolution Broken
Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Sep 8, 2026 15:45011,964,56202,274,00020,480No answer to stdout. Died or killed?
2Aug 16, 2026 11:502,42079,973,46767,423,0002,779,0002,113,536
3Aug 16, 2026 11:502,42080,084,76567,405,0002,792,0002,113,536
4Aug 16, 2026 11:502,42480,126,03967,422,0002,900,0002,113,536
5Aug 16, 2026 11:502,42480,153,73167,421,0002,875,0002,113,536
6Aug 16, 2026 11:502,42480,691,36267,430,0002,892,0002,113,536
7Aug 16, 2026 11:502,42480,105,32767,400,0002,896,0002,113,536
8Aug 16, 2026 11:502,42580,197,58767,446,0002,884,0002,113,536
9Aug 16, 2026 11:502,42680,201,52467,461,0002,894,0002,113,536
10Aug 16, 2026 11:502,43180,437,27067,432,0003,078,0002,113,536