結果
問題 |
No.508 超ゆとり教育
|
ユーザー |
![]() |
提出日時 | 2017-05-04 07:48:37 |
言語 | Java (openjdk 23) |
結果 |
AC
|
実行時間 | 57 ms / 2,000 ms |
コード長 | 387 bytes |
コンパイル時間 | 2,149 ms |
コンパイル使用メモリ | 74,448 KB |
実行使用メモリ | 36,944 KB |
最終ジャッジ日時 | 2024-09-14 05:29:24 |
合計ジャッジ時間 | 3,051 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 1 |
other | AC * 7 |
ソースコード
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import static java.lang.System.in; public class Main { public static void main(String[] args) throws IOException { BufferedReader reader = new BufferedReader(new InputStreamReader(in)); long n = Long.parseLong(reader.readLine()); System.out.println(10000); } }