結果

問題 No.591 (^o^)/
ユーザー shinwisteriashinwisteria
提出日時 2018-02-15 22:55:22
言語 Java21
(openjdk 21)
結果
AC  
実行時間 162 ms / 2,000 ms
コード長 318 bytes
コンパイル時間 3,498 ms
コンパイル使用メモリ 71,712 KB
実行使用メモリ 57,244 KB
最終ジャッジ日時 2023-08-28 15:35:42
合計ジャッジ時間 5,698 ms
ジャッジサーバーID
(参考情報)
judge12 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 158 ms
56,544 KB
testcase_01 AC 154 ms
56,892 KB
testcase_02 AC 157 ms
56,644 KB
testcase_03 AC 157 ms
56,712 KB
testcase_04 AC 157 ms
54,968 KB
testcase_05 AC 157 ms
56,488 KB
testcase_06 AC 159 ms
54,936 KB
testcase_07 AC 160 ms
56,540 KB
testcase_08 AC 162 ms
56,540 KB
testcase_09 AC 162 ms
57,244 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