Submission #234524


Source Code Expand

import java.util.*;

public class Main {
	public static void main(String[] args) {
		/* 入力内容 */
		Scanner sc = new Scanner(System.in);
		// 金額
		long x = sc.nextLong();
		long y = sc.nextLong();

		/* 出力内容 */
		// 金額
		long money = x >= y ? x : y;

		/* 出力 */
		System.out.println(money);
	}
}

Submission Info

Submission Time
Task A - 正直者
User kakiageudon
Language Java (OpenJDK 1.7.0)
Score 100
Code Size 338 Byte
Status AC
Exec Time 395 ms
Memory 22712 KB

Judge Result

Set Name all
Score / Max Score 100 / 100
Status
AC × 27
Set Name Test Cases
all 00_sample_01.txt, 00_sample_02.txt, kensho_diff01, kensho_diff02, kensho_diff03, kensho_diff04, kensho_diff05, kensho_min-max01, kensho_min-max02, kensho_min-max03, kensho_min-max04, kensho_min-max05, kensho_min-max06, kensho_min-max07, kensho_min-max08, kensho_min-max09, kensho_min-max10, kensho_rand01, kensho_rand02, kensho_rand03, kensho_rand04, kensho_rand05, kensho_rand06, kensho_rand07, kensho_rand08, kensho_rand09, kensho_rand10
Case Name Status Exec Time Memory
00_sample_01.txt AC 375 ms 22564 KB
00_sample_02.txt AC 359 ms 22616 KB
kensho_diff01 AC 381 ms 22572 KB
kensho_diff02 AC 381 ms 22712 KB
kensho_diff03 AC 366 ms 22696 KB
kensho_diff04 AC 370 ms 22608 KB
kensho_diff05 AC 377 ms 22648 KB
kensho_min-max01 AC 369 ms 22612 KB
kensho_min-max02 AC 369 ms 22528 KB
kensho_min-max03 AC 366 ms 22520 KB
kensho_min-max04 AC 371 ms 22644 KB
kensho_min-max05 AC 359 ms 22632 KB
kensho_min-max06 AC 380 ms 22644 KB
kensho_min-max07 AC 385 ms 22564 KB
kensho_min-max08 AC 374 ms 22648 KB
kensho_min-max09 AC 377 ms 22664 KB
kensho_min-max10 AC 375 ms 22556 KB
kensho_rand01 AC 371 ms 22536 KB
kensho_rand02 AC 376 ms 22568 KB
kensho_rand03 AC 395 ms 22556 KB
kensho_rand04 AC 372 ms 22640 KB
kensho_rand05 AC 373 ms 22496 KB
kensho_rand06 AC 372 ms 22652 KB
kensho_rand07 AC 361 ms 22608 KB
kensho_rand08 AC 379 ms 22556 KB
kensho_rand09 AC 367 ms 22532 KB
kensho_rand10 AC 386 ms 22544 KB