Please sign in first.
Submission #25414457
Source Code Expand
n = int(input())
name = list(input() for _ in range(n))
set_name = set(name)
if len(name) == len(set_name):
print('No')
else:
print('Yes')
Submission Info
| Submission Time | |
|---|---|
| Task | B - Same Name |
| User | cubesat |
| Language | PyPy3 (7.3.0) |
| Score | 200 |
| Code Size | 157 Byte |
| Status | AC |
| Exec Time | 70 ms |
| Memory | 70000 KiB |
Judge Result
| Set Name | Sample | All | ||||
|---|---|---|---|---|---|---|
| Score / Max Score | 0 / 0 | 200 / 200 | ||||
| Status |
|
|
| Set Name | Test Cases |
|---|---|
| Sample | example0.txt, example1.txt, example2.txt |
| All | 000.txt, 001.txt, 002.txt, 003.txt, 004.txt, 005.txt, 006.txt, 007.txt, example0.txt, example1.txt, example2.txt |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| 000.txt | AC | 67 ms | 61676 KiB |
| 001.txt | AC | 65 ms | 69848 KiB |
| 002.txt | AC | 70 ms | 69520 KiB |
| 003.txt | AC | 56 ms | 63932 KiB |
| 004.txt | AC | 66 ms | 69816 KiB |
| 005.txt | AC | 68 ms | 69928 KiB |
| 006.txt | AC | 66 ms | 69992 KiB |
| 007.txt | AC | 65 ms | 70000 KiB |
| example0.txt | AC | 47 ms | 61684 KiB |
| example1.txt | AC | 50 ms | 61744 KiB |
| example2.txt | AC | 52 ms | 61704 KiB |