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 16:26Victor MerckléVictor MerckléError
Source Code

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

Challenge History
DateChallengerCostTypeStatus
Sep 4, 2026 23:44Tomislav Tunkovic10.00CustomSolution Broken
Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Sep 5, 2026 01:15036,151,70126,075,000016,384No answer to stdout. Died or killed?
2Aug 16, 2026 16:272,69688,268,98677,172,0001,021,0002,117,632stderr
3Aug 16, 2026 16:272,69788,238,98377,222,0001,004,0002,117,632stderr
4Aug 16, 2026 16:272,69989,799,41177,243,0001,032,0002,117,632stderr
5Aug 16, 2026 16:272,70288,480,74077,366,0001,009,0002,117,632stderr
6Aug 16, 2026 16:272,70288,379,35677,370,0001,008,0002,117,632stderr
7Aug 16, 2026 16:272,70288,360,39077,369,0001,013,0002,117,632stderr
8Aug 16, 2026 16:272,70288,405,33477,330,0001,035,0002,117,632stderr
9Aug 16, 2026 16:272,70288,458,19277,351,0001,023,0002,117,632stderr
10Aug 16, 2026 16:272,70388,399,06577,307,0001,086,0002,117,632stderr