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:06Aniruddha DebAniruddha DebScore: 4,928Success
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:064,926171,831,849142,841,00002,428,928
2Aug 20, 2025 21:064,926171,930,695141,849,000998,0002,277,376
3Aug 20, 2025 21:064,927170,025,661142,891,00002,424,832
4Aug 20, 2025 21:064,928164,662,391141,907,000999,0002,539,520
5Aug 20, 2025 21:064,928166,498,673142,912,00002,428,928
6Aug 20, 2025 21:064,930171,419,040140,971,0001,999,0002,531,328
7Aug 20, 2025 21:064,930162,149,295142,979,00002,277,376
8Aug 20, 2025 21:064,931163,254,920142,994,00002,433,024
9Aug 20, 2025 21:064,933161,549,620142,049,0001,000,0002,277,376