Submission #201153


Source Code Expand

import java.util.Scanner;


public class Main {

	public static void main(String[] args) {
		Scanner stdIn = new Scanner(System.in);

		int a = stdIn.nextInt();
		int b = stdIn.nextInt();

		System.out.println(b+" "+a);
	}
}

Submission Info

Submission Time
Task A - スワップ
User lanevok
Language Java (OpenJDK 1.7.0)
Score 100
Code Size 239 Byte
Status AC
Exec Time 444 ms
Memory 21152 KB

Judge Result

Set Name All
Score / Max Score 100 / 100
Status
AC × 6
Set Name Test Cases
All test_13_69.txt, test_16_44.txt, test_40_40.txt, test_49_31.txt, test_51_74.txt, test_83_60.txt
Case Name Status Exec Time Memory
sample_01.txt AC 437 ms 21048 KB
sample_02.txt AC 436 ms 21072 KB
test_13_69.txt AC 436 ms 21040 KB
test_16_44.txt AC 429 ms 21136 KB
test_40_40.txt AC 424 ms 21048 KB
test_49_31.txt AC 444 ms 21100 KB
test_51_74.txt AC 439 ms 21152 KB
test_83_60.txt AC 428 ms 21152 KB