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 20, 2025 21:20Aniruddha DebAniruddha DebScore: 4,862Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 20, 2025 21:204,842163,738,539140,405,00002,424,832
2Aug 20, 2025 21:204,850163,936,568140,648,00002,428,928
3Aug 20, 2025 21:204,856166,416,355139,828,000998,0002,424,832
4Aug 20, 2025 21:204,861162,496,433140,969,00002,437,120
5Aug 20, 2025 21:204,862169,762,517140,999,00002,428,928
6Aug 20, 2025 21:204,863175,042,805141,016,00002,428,928
7Aug 20, 2025 21:204,865163,850,929141,074,00002,539,520
8Aug 20, 2025 21:204,865166,327,711140,097,0001,000,0002,277,376
9Aug 20, 2025 21:204,868165,917,278141,167,00002,433,024