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 20, 2026 12:21M-RochatM-RochatScore: 4,534Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1May 20, 2026 12:214,532141,445,648130,425,0001,019,0002,113,536
2May 20, 2026 12:214,532141,245,924130,421,0001,033,0002,113,536
3May 20, 2026 12:214,532140,667,681130,403,0001,034,0002,113,536
4May 20, 2026 12:214,533143,787,570130,436,0001,022,0002,113,536
5May 20, 2026 12:214,534140,627,729130,465,0001,035,0002,113,536
6May 20, 2026 12:214,535142,711,885130,506,0001,023,0002,113,536
7May 20, 2026 12:214,535141,274,820130,479,0001,047,0002,113,536
8May 20, 2026 12:214,535141,515,416130,515,0001,017,0002,113,536
9May 20, 2026 12:214,543144,420,717130,716,0001,040,0002,113,536