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 23, 2021 19:50Sergey StreminSergey StreminScore: 6,480Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 23, 2021 19:506,267465,444,258181,756,704027,406,336
2Aug 23, 2021 19:506,270564,786,481181,840,749027,463,680
3Aug 23, 2021 19:506,284449,340,481182,231,950027,459,584
4Aug 23, 2021 19:506,288473,424,424182,359,052027,435,008
5Aug 23, 2021 19:506,298508,637,566182,636,204027,463,680
6Aug 23, 2021 19:506,313477,288,244183,084,013027,463,680
7Aug 23, 2021 19:506,454390,788,331159,693,00027,463,00033,460,224
8Aug 23, 2021 19:506,461391,814,246151,262,00036,107,00033,730,560
9Aug 23, 2021 19:506,461381,935,353162,387,00024,982,00033,734,656
10Aug 23, 2021 19:506,463375,769,311154,063,00033,364,00033,751,040
11Aug 23, 2021 19:506,464387,181,857153,729,00033,721,00033,783,808
12Aug 23, 2021 19:506,472393,502,618157,588,00030,112,00033,779,712
13Aug 23, 2021 19:506,480400,634,501156,092,00031,815,00033,497,088
14Aug 23, 2021 19:506,483378,535,909156,333,00031,662,00033,746,944
15Aug 23, 2021 19:506,484401,428,755157,865,00030,165,00033,988,608
16Aug 23, 2021 19:506,487385,900,125158,795,00029,331,00033,521,664
17Aug 23, 2021 19:506,487386,177,354158,633,00029,489,00034,271,232
18Aug 23, 2021 19:506,490373,703,578156,841,00031,368,00033,796,096
19Aug 23, 2021 19:506,493404,068,775160,660,00027,629,00033,734,656
20Aug 23, 2021 19:506,503409,063,543154,199,00034,375,00034,553,856
21Aug 23, 2021 19:506,506404,632,675149,611,00039,070,00034,291,712
22Aug 23, 2021 19:506,519390,503,725158,885,00030,168,00033,734,656
23Aug 23, 2021 19:506,527401,036,770161,664,00027,626,00034,123,776
24Aug 23, 2021 19:506,533402,730,704156,732,00032,735,00035,110,912