CSES - Datatähti 2022 alku - Results
Submission details
Task:Merkkijono
Sender:O3S
Submission time:2021-10-04 10:02:15 +0300
Language:CPython3
Status:READY
Result:0
Feedback
groupverdictscore
#10
Test results
testverdicttime
#10.02 sdetails
#20.02 sdetails
#30.02 sdetails
#40.02 sdetails
#50.02 sdetails
#60.02 sdetails
#70.02 sdetails
#80.02 sdetails
#90.03 sdetails
#100.02 sdetails
#110.02 sdetails
#120.02 sdetails
#130.02 sdetails
#140.02 sdetails
#150.03 sdetails
#160.02 sdetails

Code

import os, psutil, time
n = int(input(""))
ts = time.time()
s = "a"
for i in range(1, n):
    ch = chr(ord("a")+i)    
    s = ch + ch.join(c for c in s) + ch
print(s)
print(time.time() - ts)
print(psutil.Process(os.getpid()).memory_info().rss / 1024 ** 2)

Test details

Test 1

Verdict:

input
1

correct output
a

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 1, in <module>
    import os, psutil, time
ModuleNotFoundError: No module named 'psutil'

Test 2

Verdict:

input
2

correct output
bab

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 1, in <module>
    import os, psutil, time
ModuleNotFoundError: No module named 'psutil'

Test 3

Verdict:

input
3

correct output
cbcacbc

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 1, in <module>
    import os, psutil, time
ModuleNotFoundError: No module named 'psutil'

Test 4

Verdict:

input
4

correct output
dcdbdcdadcdbdcd

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 1, in <module>
    import os, psutil, time
ModuleNotFoundError: No module named 'psutil'

Test 5

Verdict:

input
5

correct output
edecedebedecedeaedecedebedeced...

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 1, in <module>
    import os, psutil, time
ModuleNotFoundError: No module named 'psutil'

Test 6

Verdict:

input
6

correct output
fefdfefcfefdfefbfefdfefcfefdfe...

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 1, in <module>
    import os, psutil, time
ModuleNotFoundError: No module named 'psutil'

Test 7

Verdict:

input
7

correct output
gfgegfgdgfgegfgcgfgegfgdgfgegf...

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 1, in <module>
    import os, psutil, time
ModuleNotFoundError: No module named 'psutil'

Test 8

Verdict:

input
8

correct output
hghfhghehghfhghdhghfhghehghfhg...

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 1, in <module>
    import os, psutil, time
ModuleNotFoundError: No module named 'psutil'

Test 9

Verdict:

input
9

correct output
ihigihifihigihieihigihifihigih...

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 1, in <module>
    import os, psutil, time
ModuleNotFoundError: No module named 'psutil'

Test 10

Verdict:

input
10

correct output
jijhjijgjijhjijfjijhjijgjijhji...

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 1, in <module>
    import os, psutil, time
ModuleNotFoundError: No module named 'psutil'

Test 11

Verdict:

input
11

correct output
kjkikjkhkjkikjkgkjkikjkhkjkikj...

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 1, in <module>
    import os, psutil, time
ModuleNotFoundError: No module named 'psutil'

Test 12

Verdict:

input
12

correct output
lkljlklilkljlklhlkljlklilkljlk...

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 1, in <module>
    import os, psutil, time
ModuleNotFoundError: No module named 'psutil'

Test 13

Verdict:

input
13

correct output
mlmkmlmjmlmkmlmimlmkmlmjmlmkml...

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 1, in <module>
    import os, psutil, time
ModuleNotFoundError: No module named 'psutil'

Test 14

Verdict:

input
14

correct output
nmnlnmnknmnlnmnjnmnlnmnknmnlnm...

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 1, in <module>
    import os, psutil, time
ModuleNotFoundError: No module named 'psutil'

Test 15

Verdict:

input
15

correct output
onomonolonomonokonomonolonomon...

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 1, in <module>
    import os, psutil, time
ModuleNotFoundError: No module named 'psutil'

Test 16

Verdict:

input
16

correct output
popnpopmpopnpoplpopnpopmpopnpo...

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 1, in <module>
    import os, psutil, time
ModuleNotFoundError: No module named 'psutil'