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 5, 2026 18:01Victor MerckléVictor MerckléScore: 3,070Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jun 5, 2026 18:013,06798,267,37987,825,0001,130,0002,113,536
2Jun 5, 2026 18:013,06898,580,93987,874,0001,115,0002,113,536
3Jun 5, 2026 18:013,06998,284,93487,877,0001,135,0002,113,536
4Jun 5, 2026 18:013,06998,277,36987,894,0001,123,0002,113,536
5Jun 5, 2026 18:013,07098,409,42787,919,0001,138,0002,113,536
6Jun 5, 2026 18:013,07098,309,22487,909,0001,129,0002,113,536
7Jun 5, 2026 18:013,07198,432,60388,052,0001,035,0002,113,536
8Jun 5, 2026 18:013,07198,324,92988,042,0001,029,0002,113,536
9Jun 5, 2026 18:013,07598,481,81088,090,0001,107,0002,113,536