結果

問題 No.591 (^o^)/
ユーザー tsunabittsunabit
提出日時 2018-07-15 14:32:08
言語 Java21
(openjdk 21)
結果
AC  
実行時間 170 ms / 2,000 ms
コード長 296 bytes
コンパイル時間 3,770 ms
コンパイル使用メモリ 78,320 KB
実行使用メモリ 55,052 KB
最終ジャッジ日時 2024-11-06 09:17:48
合計ジャッジ時間 6,553 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 170 ms
54,832 KB
testcase_01 AC 168 ms
55,052 KB
testcase_02 AC 167 ms
54,872 KB
testcase_03 AC 166 ms
54,924 KB
testcase_04 AC 168 ms
55,032 KB
testcase_05 AC 169 ms
54,772 KB
testcase_06 AC 166 ms
54,852 KB
testcase_07 AC 169 ms
55,044 KB
testcase_08 AC 168 ms
54,868 KB
testcase_09 AC 168 ms
54,752 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