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 listJun 21, 2026 14:01A_ShamanA_ShamanScore: 11,576Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jun 21, 2026 14:0411,560345,535,854305,017,00030,237,0002,117,632
2Jun 21, 2026 14:0411,560345,034,913305,189,00030,065,0002,117,632
3Jun 21, 2026 14:0411,560345,258,980304,800,00030,445,0002,117,632
4Jun 21, 2026 14:0411,570345,012,657304,989,00030,546,0002,117,632
5Jun 21, 2026 14:0411,576344,913,099304,790,00030,922,0002,117,632
6Jun 21, 2026 14:0411,588346,263,470305,054,00031,006,0002,117,632
7Jun 21, 2026 14:0411,588345,743,478305,363,00030,693,0002,117,632
8Jun 21, 2026 14:0411,593346,040,223304,917,00031,308,0002,117,632
9Jun 21, 2026 14:0411,615346,460,517305,259,00031,597,0002,117,632