Submission #132192


Source Code Expand

import java.util.Scanner;
public class Main {
	public static void main(String[] args){
		Scanner sc = new Scanner(System.in);
		String[] boad = new String[4];
		for(int i=0;i<4;i++){
			boad[i] = new StringBuffer(sc.nextLine()).reverse().toString();
		}
		for(int j=3;j>=0;j--){
			System.out.println(boad[j]);
		}
	}
}

Submission Info

Submission Time
Task B - 回転
User muratomo40424
Language Java (OpenJDK 1.7.0)
Score 100
Code Size 331 Byte
Status AC
Exec Time 533 ms
Memory 23220 KiB

Judge Result

Set Name All
Score / Max Score 100 / 100
Status
AC × 30
Set Name Test Cases
All 00_sample_00.txt, 00_sample_01.txt, 01_all_dot.txt, 02_all_o.txt, 03_all_x.txt, rand_0.txt, rand_1.txt, rand_10.txt, rand_11.txt, rand_12.txt, rand_13.txt, rand_14.txt, rand_15.txt, rand_16.txt, rand_17.txt, rand_18.txt, rand_19.txt, rand_2.txt, rand_20.txt, rand_21.txt, rand_22.txt, rand_23.txt, rand_24.txt, rand_3.txt, rand_4.txt, rand_5.txt, rand_6.txt, rand_7.txt, rand_8.txt, rand_9.txt
Case Name Status Exec Time Memory
00_sample_00.txt AC 494 ms 23084 KiB
00_sample_01.txt AC 506 ms 23080 KiB
01_all_dot.txt AC 527 ms 23220 KiB
02_all_o.txt AC 506 ms 23092 KiB
03_all_x.txt AC 511 ms 23216 KiB
rand_0.txt AC 503 ms 23080 KiB
rand_1.txt AC 474 ms 23212 KiB
rand_10.txt AC 474 ms 23176 KiB
rand_11.txt AC 483 ms 23220 KiB
rand_12.txt AC 523 ms 23096 KiB
rand_13.txt AC 527 ms 23088 KiB
rand_14.txt AC 523 ms 23088 KiB
rand_15.txt AC 533 ms 23216 KiB
rand_16.txt AC 475 ms 23060 KiB
rand_17.txt AC 479 ms 23220 KiB
rand_18.txt AC 461 ms 23092 KiB
rand_19.txt AC 464 ms 23216 KiB
rand_2.txt AC 478 ms 23216 KiB
rand_20.txt AC 504 ms 23132 KiB
rand_21.txt AC 530 ms 23088 KiB
rand_22.txt AC 519 ms 23212 KiB
rand_23.txt AC 511 ms 23096 KiB
rand_24.txt AC 474 ms 23220 KiB
rand_3.txt AC 476 ms 23088 KiB
rand_4.txt AC 496 ms 23112 KiB
rand_5.txt AC 487 ms 23096 KiB
rand_6.txt AC 489 ms 23220 KiB
rand_7.txt AC 509 ms 23084 KiB
rand_8.txt AC 507 ms 23096 KiB
rand_9.txt AC 471 ms 23084 KiB