結果

問題 No.299 蟻本が読めない
ユーザー キョウチク
提出日時 2022-06-01 16:21:06
言語 Java
(openjdk 23)
結果
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
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other AC * 4
権限があれば一括ダウンロードができます

ソースコード

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