結果

問題 No.591 (^o^)/
ユーザー tsunabittsunabit
提出日時 2018-07-15 14:32:08
言語 Java21
(openjdk 21)
結果
AC  
実行時間 172 ms / 2,000 ms
コード長 296 bytes
コンパイル時間 3,680 ms
コンパイル使用メモリ 78,012 KB
実行使用メモリ 42,752 KB
最終ジャッジ日時 2024-04-24 02:33:03
合計ジャッジ時間 6,202 ms
ジャッジサーバーID
(参考情報)
judge5 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 167 ms
42,672 KB
testcase_01 AC 171 ms
42,752 KB
testcase_02 AC 169 ms
42,752 KB
testcase_03 AC 169 ms
42,476 KB
testcase_04 AC 171 ms
42,424 KB
testcase_05 AC 168 ms
42,280 KB
testcase_06 AC 168 ms
42,568 KB
testcase_07 AC 167 ms
42,752 KB
testcase_08 AC 172 ms
42,384 KB
testcase_09 AC 168 ms
42,680 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.util.*;
import java.util.stream.Stream;
import java.time.*;
import java.time.format.*;

public class No591 {
    public static void main(String[] args) {
        Scanner sc = new Scanner(System.in);
		String me = sc.next();
		System.out.println("(" + me + sc.next() + me + ")/");
	}
}
0