結果

問題 No.354 メルセンヌ素数
ユーザー fjafjafjafjafjafja
提出日時 2017-09-17 13:13:51
言語 Java21
(openjdk 21)
結果
AC  
実行時間 124 ms / 1,000 ms
コード長 136 bytes
コンパイル時間 2,000 ms
コンパイル使用メモリ 73,728 KB
実行使用メモリ 54,092 KB
最終ジャッジ日時 2024-10-02 02:34:18
合計ジャッジ時間 4,629 ms
ジャッジサーバーID
(参考情報)
judge3 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 120 ms
53,952 KB
testcase_01 AC 122 ms
53,680 KB
testcase_02 AC 124 ms
54,076 KB
testcase_03 AC 122 ms
53,868 KB
testcase_04 AC 120 ms
54,092 KB
testcase_05 AC 119 ms
53,720 KB
testcase_06 AC 118 ms
53,860 KB
testcase_07 AC 121 ms
53,864 KB
testcase_08 AC 123 ms
53,980 KB
testcase_09 AC 124 ms
53,992 KB
testcase_10 AC 121 ms
53,624 KB
testcase_11 AC 121 ms
53,820 KB
testcase_12 AC 119 ms
53,812 KB
testcase_13 AC 121 ms
53,908 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.util.*;
class M{public static void main(String[] args){Scanner sc=new Scanner(System.in);System.out.println(sc.nextInt());}}
0