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 listSep 22, 2021 21:18Yuriy LyfenkoYuriy LyfenkoScore: 5,663Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Sep 22, 2021 16:235,435458,590,834157,603,295027,443,200
2Sep 22, 2021 16:275,436471,511,445157,654,458027,439,104
3Sep 22, 2021 21:185,438485,277,626157,696,202027,385,856
4Sep 22, 2021 16:325,439447,782,789157,721,622027,447,296
5Sep 22, 2021 16:325,439507,278,530157,743,022027,447,296
6Sep 22, 2021 21:185,439411,686,169157,725,814027,443,200
7Sep 22, 2021 16:475,442466,499,756157,820,820027,447,296
8Sep 22, 2021 16:275,444449,083,372157,870,819027,455,488
9Sep 22, 2021 16:475,449487,570,951158,023,027027,447,296
10Sep 22, 2021 16:275,453467,977,505158,127,644027,447,296
11Sep 22, 2021 16:235,456443,276,080158,236,913027,443,200
12Sep 22, 2021 16:235,486514,370,756159,101,334027,447,296
13Sep 22, 2021 21:185,495537,150,739159,360,003027,447,296
14Sep 22, 2021 16:475,503519,141,431159,589,822027,447,296
15Sep 22, 2021 16:325,505499,556,375159,653,717027,447,296
16Sep 22, 2021 16:475,631359,883,300134,893,00028,398,00033,484,800
17Sep 22, 2021 21:185,635353,726,075133,341,00030,077,00033,906,688
18Sep 22, 2021 21:185,640343,685,486134,291,00029,281,00033,546,240
19Sep 22, 2021 16:275,648379,646,553138,765,00025,040,00034,013,184
20Sep 22, 2021 16:275,651353,944,294130,719,00033,167,00033,828,864
21Sep 22, 2021 16:325,651351,539,252131,692,00032,191,00033,890,304
22Sep 22, 2021 16:235,653365,344,222133,754,00030,170,00033,779,712
23Sep 22, 2021 16:325,655371,322,077133,813,00030,183,00034,041,856
24Sep 22, 2021 16:275,657363,783,327136,364,00027,683,00033,914,880
25Sep 22, 2021 16:325,657370,122,888132,230,00031,814,00033,714,176
26Sep 22, 2021 16:275,659359,201,421141,879,00022,234,00033,218,560
27Sep 22, 2021 16:325,659372,629,254127,636,00036,467,00034,021,376
28Sep 22, 2021 16:275,662348,817,209136,668,00027,537,00033,894,400
29Sep 22, 2021 16:275,662373,350,345135,639,00028,555,00033,550,336
30Sep 22, 2021 16:325,662356,674,286132,536,00031,650,00033,792,000
31Sep 22, 2021 16:475,663349,743,207134,999,00029,216,00033,902,592
32Sep 22, 2021 16:235,668362,287,406133,497,00030,883,00034,041,856
33Sep 22, 2021 16:275,668369,664,754133,482,00030,880,00033,689,600
34Sep 22, 2021 16:325,668372,164,751130,321,00034,039,00033,632,256
35Sep 22, 2021 16:475,671382,062,246136,023,00028,422,00034,054,144
36Sep 22, 2021 21:185,673377,559,669129,683,00034,840,00034,316,288
37Sep 22, 2021 16:275,675377,143,530141,377,00023,211,00033,890,304
38Sep 22, 2021 16:235,675359,768,028133,645,00030,917,00034,148,352
39Sep 22, 2021 16:325,676381,817,301136,988,00027,602,00033,554,432
40Sep 22, 2021 16:325,676354,656,938133,488,00031,113,00033,628,160
41Sep 22, 2021 16:475,676371,086,989135,326,00029,287,00033,890,304
42Sep 22, 2021 16:475,678379,120,255136,380,00028,286,00034,004,992
43Sep 22, 2021 16:235,682377,843,830133,626,00031,146,00033,914,880
44Sep 22, 2021 16:235,686379,733,300135,379,00029,518,00033,759,232
45Sep 22, 2021 16:475,686372,708,437136,396,00028,500,00033,923,072
46Sep 22, 2021 16:475,686348,097,582144,419,00020,477,00033,746,944
47Sep 22, 2021 16:475,690355,704,551132,202,00032,802,00033,837,056
48Sep 22, 2021 16:475,690372,846,434134,814,00030,182,00033,746,944
49Sep 22, 2021 21:185,690378,178,147136,491,00028,520,00033,914,880
50Sep 22, 2021 16:275,692375,223,747134,065,00031,015,00034,250,752
51Sep 22, 2021 21:185,692370,194,213138,939,00026,116,00033,796,096
52Sep 22, 2021 16:235,692385,973,621142,552,00022,508,00033,710,080
53Sep 22, 2021 21:185,696368,789,443133,966,00031,225,00033,890,304
54Sep 22, 2021 16:235,699354,382,083134,226,00031,052,00034,058,240
55Sep 22, 2021 21:185,701381,262,599139,330,00025,994,00034,582,528
56Sep 22, 2021 16:235,701381,854,316142,018,00023,316,00033,746,944
57Sep 22, 2021 16:325,704377,524,858130,171,00035,234,00034,021,376
58Sep 22, 2021 21:185,707383,061,092144,955,00020,553,00033,533,952
59Sep 22, 2021 16:235,708363,146,303134,438,00031,101,00033,751,040
60Sep 22, 2021 21:185,714382,672,475133,773,00031,945,00033,370,112