結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 117 ms
54,156 KB
testcase_01 AC 118 ms
54,056 KB
testcase_02 AC 114 ms
52,972 KB
testcase_03 AC 115 ms
52,980 KB
testcase_04 AC 117 ms
54,140 KB
testcase_05 AC 116 ms
52,900 KB
testcase_06 AC 115 ms
52,984 KB
testcase_07 AC 116 ms
54,276 KB
testcase_08 AC 119 ms
54,324 KB
testcase_09 AC 115 ms
53,024 KB
testcase_10 AC 119 ms
54,120 KB
testcase_11 AC 116 ms
54,132 KB
testcase_12 AC 103 ms
52,992 KB
testcase_13 AC 117 ms
54,244 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