Submission #201122


Source Code Expand

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();
		System.out.println(b + " " + a);
	}

}

Submission Info

Submission Time
Task A - スワップ
User piroz95
Language Java (OpenJDK 1.7.0)
Score 100
Code Size 230 Byte
Status AC
Exec Time 495 ms
Memory 23340 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 495 ms 23340 KB
sample_02.txt AC 466 ms 23084 KB
test_13_69.txt AC 476 ms 23076 KB
test_16_44.txt AC 467 ms 23076 KB
test_40_40.txt AC 468 ms 23076 KB
test_49_31.txt AC 462 ms 23224 KB
test_51_74.txt AC 469 ms 23088 KB
test_83_60.txt AC 465 ms 23216 KB