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 listJun 26, 2026 16:53A_ShamanA_ShamanScore: 7,889Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jun 26, 2026 16:547,867237,447,031210,073,00018,076,0002,113,536
2Jun 26, 2026 16:547,879237,745,139209,939,00018,555,0002,113,536
3Jun 26, 2026 16:547,879237,838,326209,971,00018,531,0002,113,536
4Jun 26, 2026 16:547,883237,990,195209,909,00018,718,0002,113,536
5Jun 26, 2026 16:547,889238,503,174209,825,00018,977,0002,113,536
6Jun 26, 2026 16:547,906238,524,846210,654,00018,634,0002,113,536
7Jun 26, 2026 16:547,909238,730,460209,641,00019,743,0002,113,536
8Jun 26, 2026 16:547,913238,810,920209,914,00019,583,0002,113,536
9Jun 26, 2026 16:547,919239,467,537209,693,00019,960,0002,113,536