CSES - Datatähti Open 2017 - Results
Submission details
Task:Ice cream
Sender:sakars
Submission time:2017-01-21 10:48:33 +0200
Language:Python3
Status:READY
Result:0
Feedback
groupverdictscore
#10
Test results
testverdicttime
#10.09 sdetails
#20.08 sdetails
#30.07 sdetails
#40.08 sdetails
#50.08 sdetails
#60.07 sdetails
#70.06 sdetails
#80.07 sdetails
#90.05 sdetails
#100.07 sdetails

Code

p=1

a = map(int, raw_input().split())




t=""
while(m>1):
    
    if m%2==0:
        m=m/2
        t="MUL"+'\n'+t
        
    else:
        m=m-3
        t="ADD"+'\n'+t
if m<1:
    print(0)
else:
    print(t)



    

Test details

Test 1

Verdict:

input
1 749
88 363

correct output
726

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 3, in <module>
    a = map(int, raw_input().split())
NameError: name 'raw_input' is not defined

Test 2

Verdict:

input
2 902
968 550
152 228

correct output
456

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 3, in <module>
    a = map(int, raw_input().split())
NameError: name 'raw_input' is not defined

Test 3

Verdict:

input
5 295
35 81
653 771
747 823
871 611
...

correct output
162

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 3, in <module>
    a = map(int, raw_input().split())
NameError: name 'raw_input' is not defined

Test 4

Verdict:

input
10 272
38 13
114 420
42 344
942 307
...

correct output
840

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 3, in <module>
    a = map(int, raw_input().split())
NameError: name 'raw_input' is not defined

Test 5

Verdict:

input
50 468
867 254
870 736
28 739
60 609
...

correct output
2000

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 3, in <module>
    a = map(int, raw_input().split())
NameError: name 'raw_input' is not defined

Test 6

Verdict:

input
100 739
395 712
476 916
102 614
312 533
...

correct output
1928

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 3, in <module>
    a = map(int, raw_input().split())
NameError: name 'raw_input' is not defined

Test 7

Verdict:

input
100 781
342 898
466 888
713 516
133 389
...

correct output
1894

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 3, in <module>
    a = map(int, raw_input().split())
NameError: name 'raw_input' is not defined

Test 8

Verdict:

input
100 297
423 506
135 31
279 441
362 969
...

correct output
1906

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 3, in <module>
    a = map(int, raw_input().split())
NameError: name 'raw_input' is not defined

Test 9

Verdict:

input
100 875
917 956
243 815
365 575
42 846
...

correct output
1960

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 3, in <module>
    a = map(int, raw_input().split())
NameError: name 'raw_input' is not defined

Test 10

Verdict:

input
100 651
963 307
169 423
172 150
779 998
...

correct output
1970

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 3, in <module>
    a = map(int, raw_input().split())
NameError: name 'raw_input' is not defined