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 8, 2026 05:42Victor MerckléVictor MerckléScore: 3,099Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jun 8, 2026 05:433,09599,093,70688,651,0001,131,0002,113,536
2Jun 8, 2026 05:433,09699,009,87888,685,0001,117,0002,113,536
3Jun 8, 2026 05:433,09699,145,56088,665,0001,136,0002,113,536
4Jun 8, 2026 05:433,09899,295,36088,844,0001,022,0002,113,536
5Jun 8, 2026 05:433,09999,193,03188,877,0001,014,0002,113,536
6Jun 8, 2026 05:433,099100,953,16888,861,0001,013,0002,113,536
7Jun 8, 2026 05:433,09999,205,24188,861,0001,018,0002,113,536
8Jun 8, 2026 05:433,10099,255,10288,894,0001,029,0002,113,536
9Jun 8, 2026 05:433,10099,194,01188,899,0001,025,0002,113,536