結果

問題 No.1616 Joke
ユーザー Subaru314Subaru314
提出日時 2022-01-10 21:01:35
言語 Java21
(openjdk 21)
結果
AC  
実行時間 121 ms / 2,000 ms
コード長 203 bytes
コンパイル時間 1,848 ms
コンパイル使用メモリ 73,392 KB
実行使用メモリ 41,456 KB
最終ジャッジ日時 2024-04-26 20:17:06
合計ジャッジ時間 4,619 ms
ジャッジサーバーID
(参考情報)
judge4 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 119 ms
40,936 KB
testcase_01 AC 115 ms
40,872 KB
testcase_02 AC 114 ms
40,740 KB
testcase_03 AC 114 ms
40,420 KB
testcase_04 AC 111 ms
40,416 KB
testcase_05 AC 106 ms
40,328 KB
testcase_06 AC 115 ms
40,708 KB
testcase_07 AC 119 ms
41,456 KB
testcase_08 AC 113 ms
40,168 KB
testcase_09 AC 102 ms
39,972 KB
testcase_10 AC 108 ms
40,196 KB
testcase_11 AC 117 ms
41,144 KB
testcase_12 AC 119 ms
40,992 KB
testcase_13 AC 106 ms
39,852 KB
testcase_14 AC 108 ms
40,168 KB
testcase_15 AC 121 ms
41,216 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.util.*;

public class Main{
  
  public static void main(String[] args){
    
    Scanner sc = new Scanner(System.in);
    
    int t = sc.nextInt();
    
    System.out.println(t);
  
  }

}
0