結果
| 問題 | 
                            No.8075 114101097100032118101114116105099097108108121
                             | 
                    
| コンテスト | |
| ユーザー | 
                             ks2m
                         | 
                    
| 提出日時 | 2021-04-01 22:29:53 | 
| 言語 | Java  (openjdk 23)  | 
                    
| 結果 | 
                             
                                WA
                                 
                             
                            
                         | 
                    
| 実行時間 | - | 
| コード長 | 214 bytes | 
| コンパイル時間 | 2,355 ms | 
| コンパイル使用メモリ | 74,168 KB | 
| 実行使用メモリ | 54,260 KB | 
| 最終ジャッジ日時 | 2024-12-21 06:43:54 | 
| 合計ジャッジ時間 | 4,827 ms | 
| 
                            ジャッジサーバーID (参考情報)  | 
                        judge3 / judge5 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| other | AC * 5 WA * 5 | 
ソースコード
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