Submission #24290903
Source Code Expand
n = int(input())
s = input()
idx = s.find('1')
if idx % 2:
print('Aoki')
else:
print('Takahashi')
Submission Info
| Submission Time | |
|---|---|
| Task | B - Bouzu Mekuri |
| User | cubesat |
| Language | PyPy3 (7.3.0) |
| Score | 200 |
| Code Size | 115 Byte |
| Status | AC |
| Exec Time | 70 ms |
| Memory | 62360 KiB |
Judge Result
| Set Name | Sample | All | ||||
|---|---|---|---|---|---|---|
| Score / Max Score | 0 / 0 | 200 / 200 | ||||
| Status |
|
|
| Set Name | Test Cases |
|---|---|
| Sample | example0.txt, example1.txt |
| All | 000.txt, 001.txt, 002.txt, 003.txt, 004.txt, 005.txt, 006.txt, 007.txt, 008.txt, 009.txt, 010.txt, example0.txt, example1.txt |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| 000.txt | AC | 70 ms | 61620 KiB |
| 001.txt | AC | 51 ms | 61392 KiB |
| 002.txt | AC | 48 ms | 62320 KiB |
| 003.txt | AC | 53 ms | 62308 KiB |
| 004.txt | AC | 54 ms | 62360 KiB |
| 005.txt | AC | 55 ms | 62096 KiB |
| 006.txt | AC | 56 ms | 61860 KiB |
| 007.txt | AC | 52 ms | 62180 KiB |
| 008.txt | AC | 48 ms | 61748 KiB |
| 009.txt | AC | 53 ms | 62244 KiB |
| 010.txt | AC | 54 ms | 62288 KiB |
| example0.txt | AC | 55 ms | 61640 KiB |
| example1.txt | AC | 49 ms | 61656 KiB |