結果

問題 No.3007 心の目で
ユーザー ぴろずぴろず
提出日時 2014-12-25 22:25:14
言語 Java21
(openjdk 21)
結果
AC  
実行時間 122 ms / 5,000 ms
コード長 192 bytes
コンパイル時間 1,782 ms
コンパイル使用メモリ 73,920 KB
実行使用メモリ 54,168 KB
最終ジャッジ日時 2024-06-12 23:09:18
合計ジャッジ時間 3,533 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 118 ms
54,016 KB
testcase_01 AC 109 ms
52,912 KB
testcase_02 AC 117 ms
53,972 KB
testcase_03 AC 122 ms
54,136 KB
testcase_04 AC 121 ms
54,040 KB
testcase_05 AC 119 ms
53,780 KB
testcase_06 AC 115 ms
54,168 KB
testcase_07 AC 102 ms
52,620 KB
testcase_08 AC 103 ms
52,540 KB
testcase_09 AC 118 ms
53,960 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

package h;

import java.util.Scanner;

public class Main {

	public static void main(String[] args) {
		Scanner sc = new Scanner(System.in);
		System.out.println(sc.nextInt() % 123456);
	}

}
0