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 listOct 15, 2021 08:02Ilya AniskovetsIlya AniskovetsScore: 6,002Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Oct 15, 2021 08:025,962374,551,352137,740,00035,167,00033,878,016
2Sep 28, 2021 08:045,962379,363,515145,121,00027,789,00033,746,944
3Sep 28, 2021 08:045,966378,760,009140,395,00032,627,00033,390,592
4Sep 28, 2021 08:045,981379,842,867143,187,00030,250,00033,669,120
5Oct 15, 2021 08:025,985373,152,230147,745,00025,829,00033,751,040
6Sep 28, 2021 08:045,985359,731,386143,117,00030,450,00033,849,344
7Oct 15, 2021 08:035,985363,454,161146,703,00026,861,00033,378,304
8Oct 15, 2021 08:025,986384,396,662144,325,00029,268,00034,013,184
9Sep 28, 2021 08:045,988376,496,583141,721,00031,937,00033,845,248
10Oct 15, 2021 08:035,990377,902,909149,652,00024,069,00034,045,952
11Oct 15, 2021 08:035,991388,067,264139,392,00034,357,00033,947,648
12Sep 28, 2021 08:045,991387,914,250140,174,00033,562,00033,849,344
13Oct 15, 2021 08:035,992372,618,716150,463,00023,311,00033,976,320
14Oct 15, 2021 08:025,992382,866,580143,456,00030,307,00034,164,736
15Oct 15, 2021 08:035,996382,483,075144,395,00029,489,00033,517,568
16Sep 28, 2021 08:045,996377,701,788143,554,00030,328,00033,746,944
17Oct 15, 2021 08:035,999384,895,994149,726,00024,251,00034,340,864
18Oct 15, 2021 08:035,999380,696,687138,595,00035,386,00033,685,504
19Oct 15, 2021 08:026,002379,070,073145,380,00028,666,00033,812,480
20Oct 15, 2021 08:026,003381,410,578147,297,00026,781,00033,976,320
21Oct 15, 2021 08:036,004373,239,341152,619,00021,495,00033,902,592
22Oct 15, 2021 08:026,005382,416,721146,315,00027,820,00033,718,272
23Oct 15, 2021 08:026,007375,286,246145,351,00028,864,00034,013,184
24Sep 28, 2021 08:046,018359,615,032147,673,00026,849,00034,697,216
25Oct 15, 2021 08:026,021374,755,897141,881,00032,741,00034,160,640
26Oct 15, 2021 08:036,028372,419,267140,059,00034,766,00034,947,072
27Sep 28, 2021 08:046,031382,164,842144,559,00030,327,00033,980,416
28Oct 15, 2021 08:036,222510,226,016180,442,094027,463,680
29Sep 28, 2021 08:046,227473,452,688180,568,771027,455,488
30Sep 28, 2021 08:046,244471,007,122181,065,438027,463,680
31Oct 15, 2021 08:026,248468,526,550181,204,944027,459,584
32Sep 28, 2021 08:046,258488,123,765181,468,350027,455,488
33Oct 15, 2021 08:026,268509,441,653181,769,461027,455,488
34Oct 15, 2021 08:036,295476,136,364182,558,545027,451,392
35Oct 15, 2021 08:036,304509,172,359182,806,266027,463,680
36Oct 15, 2021 08:026,314435,870,264183,109,681027,394,048