Submission #25298947
Source Code Expand
d={'A':'T','T':'A','G':'C','C':'G'}
_,*S=open(0)
for s in S:print(''.join(d[c]for c in s[-2::-1]))
Submission Info
| Submission Time | |
|---|---|
| Task | A - Practice 1 |
| User | Pandruant |
| Language | PyPy3 (7.3.0) |
| Score | 100 |
| Code Size | 98 Byte |
| Status | AC |
| Exec Time | 67 ms |
| Memory | 73184 KiB |
Judge Result
| Set Name | Sample | All | ||||
|---|---|---|---|---|---|---|
| Score / Max Score | 0 / 0 | 100 / 100 | ||||
| Status |
|
|
| Set Name | Test Cases |
|---|---|
| Sample | sample01.txt |
| All | sample01.txt, in01.txt, in02.txt, in03.txt, in04.txt, in05.txt, in06.txt, in07.txt, in08.txt, in09.txt, in10.txt, sample01.txt |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| in01.txt | AC | 67 ms | 66660 KiB |
| in02.txt | AC | 58 ms | 70320 KiB |
| in03.txt | AC | 56 ms | 67472 KiB |
| in04.txt | AC | 53 ms | 65880 KiB |
| in05.txt | AC | 57 ms | 68020 KiB |
| in06.txt | AC | 49 ms | 61596 KiB |
| in07.txt | AC | 64 ms | 73184 KiB |
| in08.txt | AC | 44 ms | 61776 KiB |
| in09.txt | AC | 56 ms | 68564 KiB |
| in10.txt | AC | 57 ms | 66504 KiB |
| sample01.txt | AC | 47 ms | 61740 KiB |