結果

問題 No.508 超ゆとり教育
ユーザー htensaihtensai
提出日時 2019-12-19 12:39:12
言語 Java21
(openjdk 21)
結果
AC  
実行時間 44 ms / 2,000 ms
コード長 291 bytes
コンパイル時間 1,924 ms
コンパイル使用メモリ 71,168 KB
実行使用メモリ 49,420 KB
最終ジャッジ日時 2023-09-21 06:42:03
合計ジャッジ時間 3,003 ms
ジャッジサーバーID
(参考情報)
judge14 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 43 ms
49,420 KB
testcase_01 AC 43 ms
49,164 KB
testcase_02 AC 42 ms
49,108 KB
testcase_03 AC 44 ms
48,932 KB
testcase_04 AC 43 ms
49,096 KB
testcase_05 AC 43 ms
49,236 KB
testcase_06 AC 43 ms
49,096 KB
testcase_07 AC 42 ms
48,908 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