| # | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
|---|---|---|---|---|---|---|---|
| 1307426 | lasandra | Tracks in the Snow (BOI13_tracks) | Pypy 3 | 463 ms | 51228 KiB |
n, m = map(int, input().split())
mark = set()
for _ in range(n):
listing = input()
# print(listing)
for x in listing:
mark.add(x)
print(len(mark) - 1)
컴파일 시 표준 출력 (stdout) 메시지
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
