# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
1234951 | durdona | Costinland (info1cup19_costinland) | Pypy 3 | 1087 ms | 125020 KiB |
n=int(input())
print(2,n)
for i in range(n-1):
print('X',end='')
print('d')
for i in range(n-1):
print('r',end='')
print('.')
Compilation message (stdout)
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |