結果

問題 No.552 十分簡単な星1の問題
ユーザー shinwisteria
提出日時 2018-02-15 23:14:55
言語 Java
(openjdk 23)
結果
WA  
実行時間 -
コード長 233 bytes
コンパイル時間 3,779 ms
コンパイル使用メモリ 74,536 KB
実行使用メモリ 41,456 KB
最終ジャッジ日時 2024-12-29 21:33:51
合計ジャッジ時間 12,294 ms
ジャッジサーバーID
(参考情報)
judge2 / judge1
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other AC * 46 WA * 1
権限があれば一括ダウンロードができます

ソースコード

diff #

package m.shin;
import java.util.Scanner;
public class Con552 {

	public static void main(String[] args) {
		Scanner s = new Scanner(System.in);
		String str = s.nextLine();
		s.close();
		System.out.println(str.concat("0"));

	}

}
0