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 listDec 29, 2023 23:45Yuriy LyfenkoYuriy LyfenkoError
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 29, 2023 23:2700000Error: No answer to stdout. Died or killed?
2Dec 29, 2023 23:434,901366,314,458142,139,124027,447,296
3Dec 29, 2023 23:454,904345,821,543142,209,215027,480,064
4Dec 29, 2023 23:454,913357,214,240142,490,368027,361,280
5Dec 29, 2023 23:434,914346,602,217142,515,749027,439,104
6Dec 29, 2023 23:454,914349,196,004142,493,016027,451,392
7Dec 29, 2023 23:434,943345,735,642143,348,165027,451,392
8Dec 29, 2023 23:435,303355,801,837120,480,00033,303,00033,533,952
9Dec 29, 2023 23:435,305341,053,652127,170,00026,664,00033,304,576
10Dec 29, 2023 23:455,317366,590,586127,097,00027,086,00034,324,480
11Dec 29, 2023 23:435,318350,809,597127,501,00026,734,00033,787,904
12Dec 29, 2023 23:455,323343,948,133123,305,00031,076,00034,267,136
13Dec 29, 2023 23:435,323353,729,187118,162,00036,210,00034,058,240
14Dec 29, 2023 23:435,324351,766,380116,501,00037,886,00034,271,232
15Dec 29, 2023 23:435,325364,324,841126,805,00027,610,00034,058,240
16Dec 29, 2023 23:455,325363,399,630123,336,00031,084,00033,796,096
17Dec 29, 2023 23:455,327366,613,347121,030,00033,455,00033,894,400
18Dec 29, 2023 23:455,336351,149,279124,589,00030,142,00034,021,376
19Dec 29, 2023 23:455,347377,225,456128,352,00026,697,00034,078,720
20Dec 29, 2023 23:455,351352,137,906120,257,00034,913,00033,878,016
21Dec 29, 2023 23:435,357354,901,905118,694,00036,669,00034,271,232
22Dec 29, 2023 23:455,360366,289,759126,995,00028,446,00034,545,664
23Dec 29, 2023 23:435,377348,054,217121,393,00034,542,00034,058,240
24Dec 29, 2023 23:435,382368,281,239135,335,00020,736,00035,090,432
25Dec 29, 2023 23:455,387378,483,637122,597,00033,615,00035,074,048