Submission #345300
Source Code Expand
import java.util.Arrays;
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();
int[] d = {a,b,c};
Arrays.sort(d);
System.out.println(d[1]);
}
}
Submission Info
| Submission Time | |
|---|---|
| Task | A - 高橋くんと年齢 |
| User | ekranoplan |
| Language | Java (OpenJDK 1.7.0) |
| Score | 100 |
| Code Size | 356 Byte |
| Status | AC |
| Exec Time | 426 ms |
| Memory | 23392 KiB |
Judge Result
| Set Name | Sample | All | ||||
|---|---|---|---|---|---|---|
| Score / Max Score | 0 / 0 | 100 / 100 | ||||
| Status |
|
|
| Set Name | Test Cases |
|---|---|
| Sample | subtask0_sample_01.txt, subtask0_sample_02.txt, subtask0_sample_03.txt, subtask0_sample_04.txt |
| All | 0.txt, 1.txt, 10.txt, 11.txt, 12.txt, 13.txt, 14.txt, 15.txt, 16.txt, 17.txt, 18.txt, 19.txt, 2.txt, 3.txt, 4.txt, 5.txt, 6.txt, 7.txt, 8.txt, 9.txt, subtask0_sample_01.txt, subtask0_sample_02.txt, subtask0_sample_03.txt, subtask0_sample_04.txt |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| 0.txt | AC | 414 ms | 23324 KiB |
| 1.txt | AC | 415 ms | 23224 KiB |
| 10.txt | AC | 411 ms | 23392 KiB |
| 11.txt | AC | 426 ms | 23316 KiB |
| 12.txt | AC | 413 ms | 23316 KiB |
| 13.txt | AC | 412 ms | 23224 KiB |
| 14.txt | AC | 406 ms | 23264 KiB |
| 15.txt | AC | 407 ms | 23352 KiB |
| 16.txt | AC | 405 ms | 23256 KiB |
| 17.txt | AC | 407 ms | 23232 KiB |
| 18.txt | AC | 407 ms | 23276 KiB |
| 19.txt | AC | 409 ms | 23200 KiB |
| 2.txt | AC | 416 ms | 23380 KiB |
| 3.txt | AC | 419 ms | 23312 KiB |
| 4.txt | AC | 416 ms | 23360 KiB |
| 5.txt | AC | 412 ms | 23332 KiB |
| 6.txt | AC | 411 ms | 23340 KiB |
| 7.txt | AC | 408 ms | 23244 KiB |
| 8.txt | AC | 405 ms | 23348 KiB |
| 9.txt | AC | 405 ms | 23244 KiB |
| subtask0_sample_01.txt | AC | 406 ms | 23288 KiB |
| subtask0_sample_02.txt | AC | 399 ms | 23184 KiB |
| subtask0_sample_03.txt | AC | 406 ms | 23376 KiB |
| subtask0_sample_04.txt | AC | 406 ms | 23240 KiB |