Submission #201168


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);
		
		sc.close();
	}

}

Submission Info

Submission Time
Task A - スワップ
User garnacha
Language Java (OpenJDK 1.7.0)
Score 100
Code Size 257 Byte
Status AC
Exec Time 467 ms
Memory 23348 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 464 ms 23348 KB
sample_02.txt AC 461 ms 23060 KB
test_13_69.txt AC 467 ms 23188 KB
test_16_44.txt AC 461 ms 23204 KB
test_40_40.txt AC 460 ms 23200 KB
test_49_31.txt AC 460 ms 23184 KB
test_51_74.txt AC 461 ms 23140 KB
test_83_60.txt AC 457 ms 23212 KB