Submission #174280


Source Code Expand

/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */


import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;

/**
 *
 * @author Ryota
 */
public class Main {

    /**
     * @param args the command line arguments
     */
    public static void main(String[] args) throws IOException {
        
        BufferedReader br = new BufferedReader (new InputStreamReader(System.in));
        
        System.out.println(Integer.parseInt(br.readLine()));
        
        // TODO code application logic here
    }
    
}

Submission Info

Submission Time
Task A - 引越し作業
User shobonara
Language Java (OpenJDK 1.7.0)
Score 0
Code Size 714 Byte
Status WA
Exec Time 496 ms
Memory 20828 KB

Judge Result

Set Name All
Score / Max Score 0 / 100
Status
WA × 22
Set Name Test Cases
All large_1000.txt, large_997.txt, large_998.txt, large_999.txt, random_148.txt, random_155.txt, random_198.txt, random_362.txt, random_403.txt, random_667.txt, random_795.txt, random_811.txt, random_85.txt, random_959.txt, small_10.txt, small_11.txt, small_3.txt, small_4.txt, small_6.txt, small_7.txt, small_8.txt, small_9.txt
Case Name Status Exec Time Memory
large_1000.txt WA 458 ms 20828 KB
large_997.txt WA 410 ms 20572 KB
large_998.txt WA 414 ms 20700 KB
large_999.txt WA 446 ms 20580 KB
random_148.txt WA 496 ms 20692 KB
random_155.txt WA 443 ms 20580 KB
random_198.txt WA 428 ms 20572 KB
random_362.txt WA 428 ms 20572 KB
random_403.txt WA 431 ms 20564 KB
random_667.txt WA 411 ms 20572 KB
random_795.txt WA 407 ms 20564 KB
random_811.txt WA 423 ms 20552 KB
random_85.txt WA 413 ms 20568 KB
random_959.txt WA 414 ms 20572 KB
sample_1.txt WA 421 ms 20576 KB
sample_2.txt WA 414 ms 20444 KB
sample_3.txt AC 416 ms 20576 KB
small_10.txt WA 437 ms 20576 KB
small_11.txt WA 410 ms 20564 KB
small_3.txt WA 435 ms 20572 KB
small_4.txt WA 420 ms 20576 KB
small_6.txt WA 436 ms 20576 KB
small_7.txt WA 439 ms 20584 KB
small_8.txt WA 415 ms 20564 KB
small_9.txt WA 409 ms 20572 KB