結果

問題 No.591 (^o^)/
ユーザー shinwisteriashinwisteria
提出日時 2018-02-15 22:55:22
言語 Java
(openjdk 23)
結果
AC  
実行時間 191 ms / 2,000 ms
コード長 318 bytes
コンパイル時間 5,171 ms
コンパイル使用メモリ 75,988 KB
実行使用メモリ 42,752 KB
最終ジャッジ日時 2024-12-29 18:48:28
合計ジャッジ時間 6,766 ms
ジャッジサーバーID
(参考情報)
judge2 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 167 ms
41,800 KB
testcase_01 AC 188 ms
42,624 KB
testcase_02 AC 188 ms
42,416 KB
testcase_03 AC 189 ms
42,728 KB
testcase_04 AC 191 ms
42,752 KB
testcase_05 AC 170 ms
42,280 KB
testcase_06 AC 185 ms
42,604 KB
testcase_07 AC 184 ms
42,600 KB
testcase_08 AC 187 ms
42,680 KB
testcase_09 AC 185 ms
42,468 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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

	public static void main(String[] args) {
		// TODO 自動生成されたメソッド・スタブ
		Scanner s = new Scanner(System.in);
		String T1 = s.nextLine() , T2 = s.nextLine();
		s.close();
		System.out.println("(" + T1 + T2 + T1 + ")/");
	}

}
0