結果

問題 No.591 (^o^)/
ユーザー shinwisteriashinwisteria
提出日時 2018-02-15 22:55:22
言語 Java21
(openjdk 21)
結果
AC  
実行時間 161 ms / 2,000 ms
コード長 318 bytes
コンパイル時間 3,316 ms
コンパイル使用メモリ 86,000 KB
実行使用メモリ 54,968 KB
最終ジャッジ日時 2024-06-09 10:46:24
合計ジャッジ時間 5,579 ms
ジャッジサーバーID
(参考情報)
judge3 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 160 ms
54,784 KB
testcase_01 AC 161 ms
54,564 KB
testcase_02 AC 137 ms
54,928 KB
testcase_03 AC 158 ms
54,936 KB
testcase_04 AC 161 ms
54,560 KB
testcase_05 AC 139 ms
54,308 KB
testcase_06 AC 158 ms
54,764 KB
testcase_07 AC 159 ms
54,936 KB
testcase_08 AC 156 ms
54,968 KB
testcase_09 AC 151 ms
54,792 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