Submission #42331874
Source Code Expand
Copy
a = input()b = list(input())string=""for i in b:for l in range(2):string +=iprint(string)
a = input()
b = list(input())
string=""
for i in b:
for l in range(2):
string +=i
print(string)
Submission Info
| Submission Time | |
|---|---|
| Task | A - Echo |
| User | juntenbanana |
| Language | Python (3.8.2) |
| Score | 100 |
| Code Size | 113 Byte |
| Status | AC |
| Exec Time | 24 ms |
| Memory | 8820 KB |
Judge Result
| Set Name | Sample | All | ||||
|---|---|---|---|---|---|---|
| Score / Max Score | 0 / 0 | 100 / 100 | ||||
| Status |
|
|
| Set Name | Test Cases |
|---|---|
| Sample | sample_01.txt, sample_02.txt |
| All | sample_01.txt, sample_02.txt, test_01.txt, test_02.txt, test_03.txt, test_04.txt, test_05.txt, test_06.txt |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| sample_01.txt | AC | 18 ms | 8792 KB |
| sample_02.txt | AC | 24 ms | 8788 KB |
| test_01.txt | AC | 18 ms | 8624 KB |
| test_02.txt | AC | 19 ms | 8820 KB |
| test_03.txt | AC | 17 ms | 8804 KB |
| test_04.txt | AC | 21 ms | 8784 KB |
| test_05.txt | AC | 18 ms | 8624 KB |
| test_06.txt | AC | 17 ms | 8708 KB |