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:11Aniruddha DebAniruddha DebScore: 4,895Success
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:114,891166,070,847140,840,000998,0002,514,944
2Aug 20, 2025 21:114,893167,256,495139,897,0001,998,0002,277,376
3Aug 20, 2025 21:114,893163,504,342140,897,000999,0002,531,328
4Aug 20, 2025 21:114,894160,730,409140,923,000999,0002,428,928
5Aug 20, 2025 21:114,895165,166,558141,968,00002,433,024
6Aug 20, 2025 21:114,896165,625,747138,971,0002,999,0002,277,376
7Aug 20, 2025 21:114,897162,714,045142,020,00002,539,520
8Aug 20, 2025 21:114,898163,334,454142,047,00002,539,520
9Aug 20, 2025 21:114,898165,202,586142,053,00002,510,848