| # | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
|---|---|---|---|---|---|---|---|
| 1328793 | model_code | Matcha (COCI26_matcha) | Pypy 3 | 155 ms | 48748 KiB |
n = int(input())
for i in range(n):
x, y, z = map(int, input().split())
if y == -1 and z == -1:
print("Masa", x)
if y == -1 and z != -1:
print("Ivor", x + z)
if y != -1 and z == -1:
print("Lana", x + y)
if y != -1 and z != -1:
print("Ivor", x + y + z)컴파일 시 표준 출력 (stdout) 메시지
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
