Submission #179919


Source Code Expand

import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.util.ArrayList;

class Main{
	public static void main(String args[]){

		BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
		try {
			System.out.println(br.readLine() + "pp");
		} catch (Exception e) {
			// TODO Auto-generated catch block
			e.printStackTrace();
		}
	}
}

Submission Info

Submission Time
Task A - ハンドルネーム
User yoshikyoto
Language Java (OpenJDK 1.7.0)
Score 100
Code Size 446 Byte
Status AC
Exec Time 401 ms
Memory 20792 KB

Judge Result

Set Name All
Score / Max Score 100 / 100
Status
AC × 5
Set Name Test Cases
All test_aaaaaaaaaa.txt, test_myonmyon.txt, test_nemui.txt, test_onakasuita.txt, test_p.txt
Case Name Status Exec Time Memory
sample_01.txt AC 401 ms 20792 KB
sample_02.txt AC 378 ms 20532 KB
test_aaaaaaaaaa.txt AC 389 ms 20528 KB
test_myonmyon.txt AC 392 ms 20656 KB
test_nemui.txt AC 389 ms 20656 KB
test_onakasuita.txt AC 380 ms 20520 KB
test_p.txt AC 379 ms 20652 KB