結果

問題 No.3027 114514
ユーザー kohaku_kohakukohaku_kohaku
提出日時 2017-03-31 23:57:46
言語 Java21
(openjdk 21)
結果
WA  
実行時間 -
コード長 245 bytes
コンパイル時間 1,898 ms
コンパイル使用メモリ 74,612 KB
実行使用メモリ 41,304 KB
最終ジャッジ日時 2024-07-07 14:50:48
合計ジャッジ時間 3,500 ms
ジャッジサーバーID
(参考情報)
judge3 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 104 ms
41,056 KB
testcase_01 WA -
testcase_02 WA -
testcase_03 WA -
testcase_04 AC 104 ms
41,164 KB
testcase_05 WA -
testcase_06 AC 100 ms
40,148 KB
testcase_07 WA -
testcase_08 WA -
testcase_09 WA -
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.util.*;

public class Main {
    public static void main(String[] args) {
        Scanner sc = new Scanner(System.in);
        int N = sc.nextInt();
        String S = "7114514302";
        System.out.println(S.charAt(N-1));
    }
}
0