Task: | Merkkijono |
Sender: | MatvaZ |
Submission time: | 2021-10-06 11:53:41 +0300 |
Language: | Python3 (CPython3) |
Status: | READY |
Result: | 100 |
group | verdict | score |
---|---|---|
#1 | ACCEPTED | 100 |
test | verdict | time | |
---|---|---|---|
#1 | ACCEPTED | 0.02 s | details |
#2 | ACCEPTED | 0.02 s | details |
#3 | ACCEPTED | 0.02 s | details |
#4 | ACCEPTED | 0.02 s | details |
#5 | ACCEPTED | 0.02 s | details |
#6 | ACCEPTED | 0.02 s | details |
#7 | ACCEPTED | 0.02 s | details |
#8 | ACCEPTED | 0.02 s | details |
#9 | ACCEPTED | 0.02 s | details |
#10 | ACCEPTED | 0.02 s | details |
#11 | ACCEPTED | 0.02 s | details |
#12 | ACCEPTED | 0.02 s | details |
#13 | ACCEPTED | 0.02 s | details |
#14 | ACCEPTED | 0.03 s | details |
#15 | ACCEPTED | 0.02 s | details |
#16 | ACCEPTED | 0.03 s | details |
Code
n = int(input()) s = "bb" if n >= 1: if n == 1: print("a") elif n > 1: x = "a".join(s) if n == 2: print(x) elif n > 2: x = "c".join(x) x = "c"+x+"c" if n == 3: print(x) elif n > 3: x = "d".join(x) x = "d"+x+"d" if n == 4: print(x) elif n > 4: x = "e".join(x) x = "e"+x+"e" if n == 5: print(x) elif n > 5: x = "f".join(x) x = "f"+x+"f" if n == 6: print(x) elif n > 6: x = "g".join(x) x = "g"+x+"g" if n == 7: print(x) elif n > 7: x = "h".join(x) x = "h"+x+"h" if n == 8: print(x) elif n > 8: x = "i".join(x) x = "i"+x+"i" if n == 9: print(x) elif n > 9: x = "j".join(x) x = "j"+x+"j" if n == 10: print(x) elif n > 10: x = "k".join(x) x = "k"+x+"k" if n == 11: print(x) elif n > 11: x = "l".join(x) x = "l"+x+"l" if n == 12: print(x) elif n > 12: x = "m".join(x) x = "m"+x+"m" if n == 13: print(x) elif n > 13: x = "n".join(x) x = "n"+x+"n" if n == 14: print(x) elif n > 14: x = "o".join(x) x = "o"+x+"o" if n == 15: print(x) elif n > 15: x = "p".join(x) x = "p"+x+"p" if n == 16: print(x)
Test details
Test 1
Verdict: ACCEPTED
input |
---|
1 |
correct output |
---|
a |
user output |
---|
a |
Test 2
Verdict: ACCEPTED
input |
---|
2 |
correct output |
---|
bab |
user output |
---|
bab |
Test 3
Verdict: ACCEPTED
input |
---|
3 |
correct output |
---|
cbcacbc |
user output |
---|
cbcacbc |
Test 4
Verdict: ACCEPTED
input |
---|
4 |
correct output |
---|
dcdbdcdadcdbdcd |
user output |
---|
dcdbdcdadcdbdcd |
Test 5
Verdict: ACCEPTED
input |
---|
5 |
correct output |
---|
edecedebedecedeaedecedebedeced... |
user output |
---|
edecedebedecedeaedecedebedeced... |
Test 6
Verdict: ACCEPTED
input |
---|
6 |
correct output |
---|
fefdfefcfefdfefbfefdfefcfefdfe... |
user output |
---|
fefdfefcfefdfefbfefdfefcfefdfe... |
Test 7
Verdict: ACCEPTED
input |
---|
7 |
correct output |
---|
gfgegfgdgfgegfgcgfgegfgdgfgegf... |
user output |
---|
gfgegfgdgfgegfgcgfgegfgdgfgegf... Truncated |
Test 8
Verdict: ACCEPTED
input |
---|
8 |
correct output |
---|
hghfhghehghfhghdhghfhghehghfhg... |
user output |
---|
hghfhghehghfhghdhghfhghehghfhg... Truncated |
Test 9
Verdict: ACCEPTED
input |
---|
9 |
correct output |
---|
ihigihifihigihieihigihifihigih... |
user output |
---|
ihigihifihigihieihigihifihigih... Truncated |
Test 10
Verdict: ACCEPTED
input |
---|
10 |
correct output |
---|
jijhjijgjijhjijfjijhjijgjijhji... |
user output |
---|
jijhjijgjijhjijfjijhjijgjijhji... Truncated |
Test 11
Verdict: ACCEPTED
input |
---|
11 |
correct output |
---|
kjkikjkhkjkikjkgkjkikjkhkjkikj... |
user output |
---|
kjkikjkhkjkikjkgkjkikjkhkjkikj... Truncated |
Test 12
Verdict: ACCEPTED
input |
---|
12 |
correct output |
---|
lkljlklilkljlklhlkljlklilkljlk... |
user output |
---|
lkljlklilkljlklhlkljlklilkljlk... Truncated |
Test 13
Verdict: ACCEPTED
input |
---|
13 |
correct output |
---|
mlmkmlmjmlmkmlmimlmkmlmjmlmkml... |
user output |
---|
mlmkmlmjmlmkmlmimlmkmlmjmlmkml... Truncated |
Test 14
Verdict: ACCEPTED
input |
---|
14 |
correct output |
---|
nmnlnmnknmnlnmnjnmnlnmnknmnlnm... |
user output |
---|
nmnlnmnknmnlnmnjnmnlnmnknmnlnm... Truncated |
Test 15
Verdict: ACCEPTED
input |
---|
15 |
correct output |
---|
onomonolonomonokonomonolonomon... |
user output |
---|
onomonolonomonokonomonolonomon... Truncated |
Test 16
Verdict: ACCEPTED
input |
---|
16 |
correct output |
---|
popnpopmpopnpoplpopnpopmpopnpo... |
user output |
---|
popnpopmpopnpoplpopnpopmpopnpo... Truncated |