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 25, 2021 04:59Yuriy LyfenkoYuriy LyfenkoError
Source Code

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

Challenge History
DateChallengerCostTypeStatus
Sep 9, 2026 08:34Tomislav Tunkovic10.00CustomSolution Broken
Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Sep 9, 2026 08:34082,115,16370,276,0001,009,0002,138,112Exit with code 2: panic: Unexpected operation goroutine 1 [running]: main.apply(...) /src/main.go:34 main.main() /src/main.go:68 +0x485stderr
2Aug 25, 2021 04:597,738516,608,405224,393,878027,459,584
3Aug 25, 2021 04:597,761502,607,482225,083,195027,447,296
4Aug 25, 2021 04:597,826555,087,955226,943,234027,406,336