結果
問題 | No.299 蟻本が読めない |
ユーザー | bell |
提出日時 | 2021-02-14 00:36:58 |
言語 | Java21 (openjdk 21) |
結果 |
MLE
|
実行時間 | - |
コード長 | 237 bytes |
コンパイル時間 | 2,937 ms |
コンパイル使用メモリ | 78,944 KB |
実行使用メモリ | 54,176 KB |
最終ジャッジ日時 | 2024-07-21 04:41:44 |
合計ジャッジ時間 | 4,664 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge1 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | MLE | - |
testcase_01 | MLE | - |
testcase_02 | MLE | - |
testcase_03 | MLE | - |
ソースコード
import java.util.*; public class Main{ public static void main(String[] args){ Scanner sc=new Scanner(System.in); long N=sc.nextInt(); System.out.println(316+(N-1)*52); sc.close(); } }