結果

問題 No.299 蟻本が読めない
ユーザー キョウチクキョウチク
提出日時 2022-06-01 16:21:06
言語 Java21
(openjdk 21)
結果
AC  
実行時間 185 ms / 1,000 ms
コード長 327 bytes
コンパイル時間 3,909 ms
コンパイル使用メモリ 76,744 KB
実行使用メモリ 42,652 KB
最終ジャッジ日時 2024-09-21 01:39:20
合計ジャッジ時間 5,004 ms
ジャッジサーバーID
(参考情報)
judge5 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 185 ms
42,588 KB
testcase_01 AC 182 ms
42,540 KB
testcase_02 AC 180 ms
42,652 KB
testcase_03 AC 182 ms
42,584 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.util.*;

public class Test12 {
  public static void main(String[] args) throws Exception {
    // Your code here!
    Scanner sc=new Scanner(System.in);
    String result="";
    String line;
    line=sc.nextLine();
    result+=316+52*(Long.parseLong(line)-1);
    sc.close();
    System.out.println(result);
  }
}
0