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:02Aniruddha DebAniruddha DebScore: 5,032Success
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:025,028175,010,969145,826,00002,424,832
2Aug 20, 2025 21:025,029169,706,110143,835,0001,997,0002,433,024
3Aug 20, 2025 21:025,029175,039,711143,837,0001,997,0002,277,376
4Aug 20, 2025 21:025,030172,269,806143,868,0001,998,0002,433,024
5Aug 20, 2025 21:025,032172,602,347144,935,000999,0002,428,928
6Aug 20, 2025 21:025,043169,615,720146,259,00002,433,024
7Aug 20, 2025 21:025,045163,795,153146,291,00002,539,520
8Aug 20, 2025 21:025,067171,941,149145,953,000999,0002,433,024
9Aug 20, 2025 21:025,072172,542,042147,078,00002,539,520