CSES - Datatähti Open 2017 - Results
Submission details
Task:Program
Sender:sakars
Submission time:2017-01-21 10:44:51 +0200
Language:Python3
Status:READY
Result:0
Feedback
groupverdictscore
#10
#20
#30
Test results
testverdicttimegroup
#10.07 s1details
#20.07 s1details
#30.06 s1details
#40.06 s1details
#50.06 s1details
#60.08 s1details
#70.07 s1details
#80.06 s1details
#90.08 s1details
#100.07 s1details
#110.06 s2details
#120.08 s2details
#130.07 s2details
#140.08 s2details
#150.06 s2details
#160.05 s2details
#170.07 s2details
#180.08 s2details
#190.07 s2details
#200.08 s2details
#210.08 s3details
#220.07 s3details
#230.07 s3details
#240.09 s3details
#250.08 s3details
#260.06 s3details
#270.08 s3details
#280.04 s3details
#290.07 s3details
#300.09 s3details

Code

p=1

import sys
infile = open("input.txt", "r") # the "r" is not mandatory, but it tells Python you're going to be reading from the file and not writing

m = int(infile.readline())



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

Group: 1

Verdict:

input
58

correct output
8
MUL
ADD
MUL
ADD
...

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    infile = open("input.txt", "r") # the "r" is not mandatory, but it tells Python you're going to be reading from the file and not writing
FileNotFoundError: [Errno 2] No such file or directory: 'input.txt'

Test 2

Group: 1

Verdict:

input
72

correct output
0

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    infile = open("input.txt", "r") # the "r" is not mandatory, but it tells Python you're going to be reading from the file and not writing
FileNotFoundError: [Errno 2] No such file or directory: 'input.txt'

Test 3

Group: 1

Verdict:

input
83

correct output
8
MUL
ADD
MUL
MUL
...

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    infile = open("input.txt", "r") # the "r" is not mandatory, but it tells Python you're going to be reading from the file and not writing
FileNotFoundError: [Errno 2] No such file or directory: 'input.txt'

Test 4

Group: 1

Verdict:

input
53

correct output
8
ADD
MUL
ADD
MUL
...

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    infile = open("input.txt", "r") # the "r" is not mandatory, but it tells Python you're going to be reading from the file and not writing
FileNotFoundError: [Errno 2] No such file or directory: 'input.txt'

Test 5

Group: 1

Verdict:

input
100

correct output
8
ADD
MUL
ADD
MUL
...

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    infile = open("input.txt", "r") # the "r" is not mandatory, but it tells Python you're going to be reading from the file and not writing
FileNotFoundError: [Errno 2] No such file or directory: 'input.txt'

Test 6

Group: 1

Verdict:

input
64

correct output
6
ADD
MUL
MUL
MUL
...

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    infile = open("input.txt", "r") # the "r" is not mandatory, but it tells Python you're going to be reading from the file and not writing
FileNotFoundError: [Errno 2] No such file or directory: 'input.txt'

Test 7

Group: 1

Verdict:

input
84

correct output
0

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    infile = open("input.txt", "r") # the "r" is not mandatory, but it tells Python you're going to be reading from the file and not writing
FileNotFoundError: [Errno 2] No such file or directory: 'input.txt'

Test 8

Group: 1

Verdict:

input
60

correct output
0

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    infile = open("input.txt", "r") # the "r" is not mandatory, but it tells Python you're going to be reading from the file and not writing
FileNotFoundError: [Errno 2] No such file or directory: 'input.txt'

Test 9

Group: 1

Verdict:

input
51

correct output
0

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    infile = open("input.txt", "r") # the "r" is not mandatory, but it tells Python you're going to be reading from the file and not writing
FileNotFoundError: [Errno 2] No such file or directory: 'input.txt'

Test 10

Group: 1

Verdict:

input
77

correct output
9
ADD
ADD
MUL
ADD
...

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    infile = open("input.txt", "r") # the "r" is not mandatory, but it tells Python you're going to be reading from the file and not writing
FileNotFoundError: [Errno 2] No such file or directory: 'input.txt'

Test 11

Group: 2

Verdict:

input
941694

correct output
0

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    infile = open("input.txt", "r") # the "r" is not mandatory, but it tells Python you're going to be reading from the file and not writing
FileNotFoundError: [Errno 2] No such file or directory: 'input.txt'

Test 12

Group: 2

Verdict:

input
905674

correct output
30
MUL
ADD
MUL
ADD
...

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    infile = open("input.txt", "r") # the "r" is not mandatory, but it tells Python you're going to be reading from the file and not writing
FileNotFoundError: [Errno 2] No such file or directory: 'input.txt'

Test 13

Group: 2

Verdict:

input
908426

correct output
29
ADD
MUL
ADD
MUL
...

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    infile = open("input.txt", "r") # the "r" is not mandatory, but it tells Python you're going to be reading from the file and not writing
FileNotFoundError: [Errno 2] No such file or directory: 'input.txt'

Test 14

Group: 2

Verdict:

input
960500

correct output
31
ADD
ADD
MUL
MUL
...

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    infile = open("input.txt", "r") # the "r" is not mandatory, but it tells Python you're going to be reading from the file and not writing
FileNotFoundError: [Errno 2] No such file or directory: 'input.txt'

Test 15

Group: 2

Verdict:

input
902101

correct output
27
MUL
ADD
MUL
ADD
...

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    infile = open("input.txt", "r") # the "r" is not mandatory, but it tells Python you're going to be reading from the file and not writing
FileNotFoundError: [Errno 2] No such file or directory: 'input.txt'

Test 16

Group: 2

Verdict:

input
994208

correct output
27
ADD
ADD
MUL
MUL
...

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    infile = open("input.txt", "r") # the "r" is not mandatory, but it tells Python you're going to be reading from the file and not writing
FileNotFoundError: [Errno 2] No such file or directory: 'input.txt'

Test 17

Group: 2

Verdict:

input
923538

correct output
0

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    infile = open("input.txt", "r") # the "r" is not mandatory, but it tells Python you're going to be reading from the file and not writing
FileNotFoundError: [Errno 2] No such file or directory: 'input.txt'

Test 18

Group: 2

Verdict:

input
950287

correct output
24
MUL
ADD
MUL
ADD
...

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    infile = open("input.txt", "r") # the "r" is not mandatory, but it tells Python you're going to be reading from the file and not writing
FileNotFoundError: [Errno 2] No such file or directory: 'input.txt'

Test 19

Group: 2

Verdict:

input
950516

correct output
29
ADD
ADD
MUL
MUL
...

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    infile = open("input.txt", "r") # the "r" is not mandatory, but it tells Python you're going to be reading from the file and not writing
FileNotFoundError: [Errno 2] No such file or directory: 'input.txt'

Test 20

Group: 2

Verdict:

input
921882

correct output
0

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    infile = open("input.txt", "r") # the "r" is not mandatory, but it tells Python you're going to be reading from the file and not writing
FileNotFoundError: [Errno 2] No such file or directory: 'input.txt'

Test 21

Group: 3

Verdict:

input
933942296856681219

correct output
0

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    infile = open("input.txt", "r") # the "r" is not mandatory, but it tells Python you're going to be reading from the file and not writing
FileNotFoundError: [Errno 2] No such file or directory: 'input.txt'

Test 22

Group: 3

Verdict:

input
955775764385016720

correct output
0

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    infile = open("input.txt", "r") # the "r" is not mandatory, but it tells Python you're going to be reading from the file and not writing
FileNotFoundError: [Errno 2] No such file or directory: 'input.txt'

Test 23

Group: 3

Verdict:

input
981578916796073406

correct output
0

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    infile = open("input.txt", "r") # the "r" is not mandatory, but it tells Python you're going to be reading from the file and not writing
FileNotFoundError: [Errno 2] No such file or directory: 'input.txt'

Test 24

Group: 3

Verdict:

input
927875200723222396

correct output
94
MUL
ADD
MUL
MUL
...

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    infile = open("input.txt", "r") # the "r" is not mandatory, but it tells Python you're going to be reading from the file and not writing
FileNotFoundError: [Errno 2] No such file or directory: 'input.txt'

Test 25

Group: 3

Verdict:

input
990125206148420558

correct output
84
ADD
MUL
ADD
MUL
...

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    infile = open("input.txt", "r") # the "r" is not mandatory, but it tells Python you're going to be reading from the file and not writing
FileNotFoundError: [Errno 2] No such file or directory: 'input.txt'

Test 26

Group: 3

Verdict:

input
964804802247123102

correct output
0

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    infile = open("input.txt", "r") # the "r" is not mandatory, but it tells Python you're going to be reading from the file and not writing
FileNotFoundError: [Errno 2] No such file or directory: 'input.txt'

Test 27

Group: 3

Verdict:

input
996610423667404231

correct output
96
MUL
ADD
MUL
ADD
...

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    infile = open("input.txt", "r") # the "r" is not mandatory, but it tells Python you're going to be reading from the file and not writing
FileNotFoundError: [Errno 2] No such file or directory: 'input.txt'

Test 28

Group: 3

Verdict:

input
948665008088793691

correct output
86
MUL
ADD
MUL
ADD
...

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    infile = open("input.txt", "r") # the "r" is not mandatory, but it tells Python you're going to be reading from the file and not writing
FileNotFoundError: [Errno 2] No such file or directory: 'input.txt'

Test 29

Group: 3

Verdict:

input
969397787818953279

correct output
0

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    infile = open("input.txt", "r") # the "r" is not mandatory, but it tells Python you're going to be reading from the file and not writing
FileNotFoundError: [Errno 2] No such file or directory: 'input.txt'

Test 30

Group: 3

Verdict:

input
918471787211371085

correct output
90
ADD
MUL
ADD
MUL
...

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    infile = open("input.txt", "r") # the "r" is not mandatory, but it tells Python you're going to be reading from the file and not writing
FileNotFoundError: [Errno 2] No such file or directory: 'input.txt'