結果
問題 | No.299 蟻本が読めない |
ユーザー | samplelpmas |
提出日時 | 2016-12-22 08:50:55 |
言語 | Java21 (openjdk 21) |
結果 |
MLE
|
実行時間 | - |
コード長 | 291 bytes |
コンパイル時間 | 2,394 ms |
コンパイル使用メモリ | 75,052 KB |
実行使用メモリ | 54,180 KB |
最終ジャッジ日時 | 2024-12-14 14:17:45 |
合計ジャッジ時間 | 3,315 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge5 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | MLE | - |
testcase_01 | MLE | - |
testcase_02 | MLE | - |
testcase_03 | MLE | - |
ソースコード
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); int EDITION = sc.nextInt(); long page = 316; page += (long) (EDITION - 1) * 52; System.out.println(page); } }