結果
| 問題 | No.1616 Joke |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2021-08-24 08:59:24 |
| 言語 | PHP (8.5.4) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 231 bytes |
| 記録 | |
| コンパイル時間 | 2,896 ms |
| コンパイル使用メモリ | 37,884 KB |
| 実行使用メモリ | 38,264 KB |
| 最終ジャッジ日時 | 2026-05-09 15:06:59 |
| 合計ジャッジ時間 | 4,353 ms |
|
ジャッジサーバーID (参考情報) |
judge1_0 / judge2_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| 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);
}
}