# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
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('.')
컴파일 시 표준 출력 (stdout) 메시지
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |