Submission #19852755
Source Code Expand
import java.util.Scanner;
public class Main {
public static void main(String... args) {
Scanner sc = new Scanner(System.in);
int a = sc.nextInt();
int b = sc.nextInt();
int c = sc.nextInt();
System.out.println(a + c > b ? "Takahashi" : "Aoki");
sc.close();
}
}
Submission Info
| Submission Time | |
|---|---|
| Task | A - Very Very Primitive Game |
| User | k_yamasaki |
| Language | Java (OpenJDK 11.0.6) |
| Score | 100 |
| Code Size | 336 Byte |
| Status | AC |
| Exec Time | 117 ms |
| Memory | 35244 KiB |
Judge Result
| Set Name | Sample | All | ||||
|---|---|---|---|---|---|---|
| Score / Max Score | 0 / 0 | 100 / 100 | ||||
| Status |
|
|
| Set Name | Test Cases |
|---|---|
| Sample | 01_sample.txt, 02_sample.txt, 03_sample.txt |
| All | 01_sample.txt, 02_sample.txt, 03_sample.txt, 04_random.txt, 05_random.txt, 06_random.txt, 07_random.txt, 08_random.txt, 09_random.txt, 10_random.txt, 11_random.txt, 12_random.txt, 13_random.txt, 14_random.txt |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| 01_sample.txt | AC | 117 ms | 34996 KiB |
| 02_sample.txt | AC | 110 ms | 35008 KiB |
| 03_sample.txt | AC | 105 ms | 35220 KiB |
| 04_random.txt | AC | 111 ms | 35076 KiB |
| 05_random.txt | AC | 108 ms | 35024 KiB |
| 06_random.txt | AC | 113 ms | 34992 KiB |
| 07_random.txt | AC | 110 ms | 34948 KiB |
| 08_random.txt | AC | 107 ms | 35244 KiB |
| 09_random.txt | AC | 101 ms | 34952 KiB |
| 10_random.txt | AC | 101 ms | 35232 KiB |
| 11_random.txt | AC | 109 ms | 34984 KiB |
| 12_random.txt | AC | 110 ms | 34944 KiB |
| 13_random.txt | AC | 117 ms | 35208 KiB |
| 14_random.txt | AC | 103 ms | 35216 KiB |