Submission #71873951
Source Code Expand
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
int A = scanner.nextInt();
int B = scanner.nextInt();
int totalInches = A * 12 + B;
System.out.println(totalInches);
}
}
Submission Info
| Submission Time | |
|---|---|
| Task | A - Feet |
| User | addy |
| Language | Java24 (OpenJDK 24.0.2) |
| Score | 100 |
| Code Size | 308 Byte |
| Status | AC |
| Exec Time | 78 ms |
| Memory | 40820 KiB |
Judge Result
| Set Name | Sample | All | ||||
|---|---|---|---|---|---|---|
| Score / Max Score | 0 / 0 | 100 / 100 | ||||
| Status |
|
|
| Set Name | Test Cases |
|---|---|
| Sample | 00-sample-01.txt, 00-sample-02.txt, 00-sample-03.txt |
| All | 00-sample-01.txt, 00-sample-02.txt, 00-sample-03.txt, 01-01.txt, 01-02.txt, 01-03.txt, 01-04.txt, 01-05.txt, 01-06.txt, 01-07.txt, 01-08.txt |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| 00-sample-01.txt | AC | 78 ms | 40776 KiB |
| 00-sample-02.txt | AC | 76 ms | 40696 KiB |
| 00-sample-03.txt | AC | 74 ms | 40772 KiB |
| 01-01.txt | AC | 74 ms | 40324 KiB |
| 01-02.txt | AC | 75 ms | 40384 KiB |
| 01-03.txt | AC | 71 ms | 40404 KiB |
| 01-04.txt | AC | 73 ms | 40576 KiB |
| 01-05.txt | AC | 75 ms | 40416 KiB |
| 01-06.txt | AC | 72 ms | 40028 KiB |
| 01-07.txt | AC | 75 ms | 40820 KiB |
| 01-08.txt | AC | 74 ms | 40656 KiB |