結果

問題 No.591 (^o^)/
ユーザー popopopepepe1popopopepepe1
提出日時 2019-09-29 01:36:23
言語 Java21
(openjdk 21)
結果
AC  
実行時間 162 ms / 2,000 ms
コード長 265 bytes
コンパイル時間 2,127 ms
コンパイル使用メモリ 75,668 KB
実行使用メモリ 55,280 KB
最終ジャッジ日時 2024-04-14 07:09:23
合計ジャッジ時間 4,655 ms
ジャッジサーバーID
(参考情報)
judge1 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 160 ms
55,036 KB
testcase_01 AC 162 ms
55,280 KB
testcase_02 AC 161 ms
54,716 KB
testcase_03 AC 162 ms
54,972 KB
testcase_04 AC 161 ms
55,228 KB
testcase_05 AC 158 ms
54,912 KB
testcase_06 AC 160 ms
54,828 KB
testcase_07 AC 158 ms
55,208 KB
testcase_08 AC 158 ms
55,028 KB
testcase_09 AC 157 ms
55,056 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