結果

問題 No.591 (^o^)/
ユーザー popopopepepe1popopopepepe1
提出日時 2019-09-29 01:36:23
言語 Java21
(openjdk 21)
結果
AC  
実行時間 142 ms / 2,000 ms
コード長 265 bytes
コンパイル時間 1,906 ms
コンパイル使用メモリ 80,220 KB
実行使用メモリ 55,024 KB
最終ジャッジ日時 2024-10-03 04:22:08
合計ジャッジ時間 3,899 ms
ジャッジサーバーID
(参考情報)
judge3 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 142 ms
54,960 KB
testcase_01 AC 141 ms
54,948 KB
testcase_02 AC 127 ms
54,640 KB
testcase_03 AC 129 ms
54,660 KB
testcase_04 AC 134 ms
54,712 KB
testcase_05 AC 132 ms
54,752 KB
testcase_06 AC 125 ms
54,824 KB
testcase_07 AC 137 ms
55,024 KB
testcase_08 AC 141 ms
54,812 KB
testcase_09 AC 135 ms
54,732 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.util.*;

public class Main {
  public static void main(String[] args ) throws Exception {
    Scanner sc = new Scanner(System.in);
    String me = sc.next();
    String kuti = sc.next();

      System.out.println("(" + me + kuti + me + ")/");
    
  }
}
0