結果

問題 No.508 超ゆとり教育
ユーザー htensaihtensai
提出日時 2019-12-19 12:39:12
言語 Java
(openjdk 23)
結果
AC  
実行時間 50 ms / 2,000 ms
コード長 291 bytes
コンパイル時間 2,385 ms
コンパイル使用メモリ 74,232 KB
実行使用メモリ 50,372 KB
最終ジャッジ日時 2024-07-07 01:07:00
合計ジャッジ時間 2,805 ms
ジャッジサーバーID
(参考情報)
judge5 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 45 ms
50,316 KB
testcase_01 AC 50 ms
50,068 KB
testcase_02 AC 49 ms
49,948 KB
testcase_03 AC 48 ms
50,372 KB
testcase_04 AC 45 ms
50,080 KB
testcase_05 AC 46 ms
50,000 KB
testcase_06 AC 44 ms
50,088 KB
testcase_07 AC 44 ms
49,936 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.util.*;
import java.io.*;

public class Main {
    public static void main(String[] args) throws Exception {
        BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
        double s = Long.parseLong(br.readLine());
        System.out.println(1);
    }
}
0