Submission #201096


Source Code Expand

import java.util.Scanner;


public class Main {

	/**
	 * @param args
	 */
	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 haruki57
Language Java (OpenJDK 1.7.0)
Score 100
Code Size 255 Byte
Status AC
Exec Time 458 ms
Memory 23416 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 458 ms 23416 KB
sample_02.txt AC 448 ms 23084 KB
test_13_69.txt AC 454 ms 23216 KB
test_16_44.txt AC 448 ms 23212 KB
test_40_40.txt AC 446 ms 23220 KB
test_49_31.txt AC 452 ms 23212 KB
test_51_74.txt AC 446 ms 23220 KB
test_83_60.txt AC 451 ms 23208 KB