Submission #131802


Source Code Expand

import java.util.Scanner;
public class Main {
	public static void main(String[] args){
		Scanner sc = new Scanner(System.in);
		int re = sc.nextInt();
		System.out.println(2*re);
	}
}

Submission Info

Submission Time
Task A - 流行
User muratomo40424
Language Java (OpenJDK 1.7.0)
Score 100
Code Size 190 Byte
Status AC
Exec Time 598 ms
Memory 23292 KiB

Judge Result

Set Name All
Score / Max Score 100 / 100
Status
AC × 28
Set Name Test Cases
All 00_sample_00.txt, max_1000000.txt, min_0.txt, rand_133007.txt, rand_171937.txt, rand_172717.txt, rand_232508.txt, rand_242450.txt, rand_246841.txt, rand_269046.txt, rand_320433.txt, rand_435534.txt, rand_50616.txt, rand_537196.txt, rand_565439.txt, rand_601980.txt, rand_622146.txt, rand_624081.txt, rand_678601.txt, rand_696476.txt, rand_762274.txt, rand_798714.txt, rand_821336.txt, rand_85323.txt, rand_859632.txt, rand_921203.txt, rand_934508.txt, rand_993594.txt
Case Name Status Exec Time Memory
00_sample_00.txt AC 598 ms 23208 KiB
max_1000000.txt AC 529 ms 23216 KiB
min_0.txt AC 524 ms 23172 KiB
rand_133007.txt AC 503 ms 23292 KiB
rand_171937.txt AC 514 ms 23208 KiB
rand_172717.txt AC 525 ms 23268 KiB
rand_232508.txt AC 570 ms 23248 KiB
rand_242450.txt AC 536 ms 23216 KiB
rand_246841.txt AC 526 ms 23092 KiB
rand_269046.txt AC 537 ms 23220 KiB
rand_320433.txt AC 535 ms 23216 KiB
rand_435534.txt AC 509 ms 23216 KiB
rand_50616.txt AC 508 ms 23092 KiB
rand_537196.txt AC 508 ms 23092 KiB
rand_565439.txt AC 516 ms 23216 KiB
rand_601980.txt AC 535 ms 23216 KiB
rand_622146.txt AC 494 ms 23220 KiB
rand_624081.txt AC 500 ms 23216 KiB
rand_678601.txt AC 506 ms 23092 KiB
rand_696476.txt AC 539 ms 23240 KiB
rand_762274.txt AC 484 ms 23216 KiB
rand_798714.txt AC 480 ms 23216 KiB
rand_821336.txt AC 479 ms 23216 KiB
rand_85323.txt AC 479 ms 23164 KiB
rand_859632.txt AC 502 ms 23084 KiB
rand_921203.txt AC 475 ms 23220 KiB
rand_934508.txt AC 484 ms 23092 KiB
rand_993594.txt AC 480 ms 23220 KiB