結果
| 問題 |
No.8064 う し た ぷ に き あ く ん 笑
|
| コンテスト | |
| ユーザー |
ks2m
|
| 提出日時 | 2020-04-01 21:22:36 |
| 言語 | Java (openjdk 23) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 214 bytes |
| コンパイル時間 | 2,065 ms |
| コンパイル使用メモリ | 73,784 KB |
| 実行使用メモリ | 54,640 KB |
| 最終ジャッジ日時 | 2024-06-27 07:35:02 |
| 合計ジャッジ時間 | 10,026 ms |
|
ジャッジサーバーID (参考情報) |
judge4 / judge3 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | WA * 47 |
ソースコード
import java.util.Scanner;
public class Main {
public static void main(String[] args) throws Exception {
Scanner sc = new Scanner(System.in);
String s = sc.next();
sc.close();
System.out.println(s);
}
}
ks2m