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 listMay 16, 2026 16:23M-RochatM-RochatScore: 4,799Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1May 16, 2026 16:244,789150,477,453138,909,00002,113,536
2May 16, 2026 16:244,793150,938,965138,998,00002,113,536
3May 16, 2026 16:244,796148,478,826139,110,00002,113,536
4May 16, 2026 16:244,798149,919,325139,145,00002,113,536
5May 16, 2026 16:244,799148,566,224139,173,00002,113,536
6May 16, 2026 16:244,799147,955,466139,174,00002,113,536
7May 16, 2026 16:244,799149,685,015139,180,00002,113,536
8May 16, 2026 16:244,800150,262,843139,209,00002,113,536
9May 16, 2026 16:244,801148,856,391139,236,00002,113,536