Submission #693503
Source Code Expand
import java.util.*;
public class Main {
Scanner sc = new Scanner(System.in);
int A = 0;
int B = 0;
public static void main(String[] args) {
new Main().solve();
}
void solve() {
A = sc.nextInt();
B = sc.nextInt();
System.out.println((B % A == 0) ? (B / A) : (B / A + 1));
}
}
Submission Info
| Submission Time | |
|---|---|
| Task | A - お茶 |
| User | moomin |
| Language | Java8 (OpenJDK 1.8.0) |
| Score | 100 |
| Code Size | 355 Byte |
| Status | AC |
| Exec Time | 218 ms |
| Memory | 9552 KiB |
Judge Result
| Set Name | All | Testset1 | ||||
|---|---|---|---|---|---|---|
| Score / Max Score | 50 / 50 | 50 / 50 | ||||
| Status |
|
|
| Set Name | Test Cases |
|---|---|
| All | 000.txt, 001.txt, 002.txt, 003.txt, 004.txt, 005.txt, 006.txt, 007.txt, 008.txt, 009.txt, 010.txt, 011.txt, 012.txt, 013.txt, 014.txt, 015.txt, 016.txt, 017.txt, 018.txt, 019.txt, 020.txt, 021.txt |
| Testset1 | 000.txt, 002.txt, 003.txt, 004.txt, 005.txt, 006.txt, 007.txt, 008.txt, 009.txt, 010.txt, 011.txt |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| 000.txt | AC | 206 ms | 9420 KiB |
| 001.txt | AC | 202 ms | 9416 KiB |
| 002.txt | AC | 202 ms | 9420 KiB |
| 003.txt | AC | 210 ms | 9424 KiB |
| 004.txt | AC | 199 ms | 9552 KiB |
| 005.txt | AC | 218 ms | 9428 KiB |
| 006.txt | AC | 198 ms | 9296 KiB |
| 007.txt | AC | 202 ms | 9296 KiB |
| 008.txt | AC | 203 ms | 9424 KiB |
| 009.txt | AC | 198 ms | 9428 KiB |
| 010.txt | AC | 202 ms | 9424 KiB |
| 011.txt | AC | 206 ms | 9552 KiB |
| 012.txt | AC | 204 ms | 9428 KiB |
| 013.txt | AC | 198 ms | 9428 KiB |
| 014.txt | AC | 195 ms | 9548 KiB |
| 015.txt | AC | 202 ms | 9296 KiB |
| 016.txt | AC | 198 ms | 9428 KiB |
| 017.txt | AC | 202 ms | 9424 KiB |
| 018.txt | AC | 206 ms | 9416 KiB |
| 019.txt | AC | 198 ms | 9428 KiB |
| 020.txt | AC | 202 ms | 9416 KiB |
| 021.txt | AC | 197 ms | 9424 KiB |