結果
問題 |
No.1616 Joke
|
ユーザー |
|
提出日時 | 2021-08-24 08:59:24 |
言語 | PHP (843.2) |
結果 |
WA
|
実行時間 | - |
コード長 | 231 bytes |
コンパイル時間 | 3,349 ms |
コンパイル使用メモリ | 32,148 KB |
実行使用メモリ | 32,660 KB |
最終ジャッジ日時 | 2024-11-14 00:05:02 |
合計ジャッジ時間 | 4,893 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | WA * 3 |
other | WA * 13 |
コンパイルメッセージ
No syntax errors detected in Main.php
ソースコード
import java.util.*; public class Main{ public static void main(String[] args) { Scanner sc = new Scanner(System.in); int n = sc.nextInt(); sc.close(); System.out.println(n); } }