結果

問題 No.591 (^o^)/
ユーザー rayhotate1112rayhotate1112
提出日時 2018-03-27 22:56:36
言語 C#(csc)
(csc 3.9.0)
結果
AC  
実行時間 48 ms / 2,000 ms
コード長 137 bytes
コンパイル時間 1,409 ms
コンパイル使用メモリ 63,252 KB
実行使用メモリ 22,684 KB
最終ジャッジ日時 2023-09-07 19:10:31
合計ジャッジ時間 2,149 ms
ジャッジサーバーID
(参考情報)
judge11 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 48 ms
20,584 KB
testcase_01 AC 48 ms
22,684 KB
testcase_02 AC 48 ms
20,556 KB
testcase_03 AC 47 ms
20,500 KB
testcase_04 AC 47 ms
20,412 KB
testcase_05 AC 47 ms
20,684 KB
testcase_06 AC 46 ms
20,484 KB
testcase_07 AC 47 ms
22,580 KB
testcase_08 AC 48 ms
20,616 KB
testcase_09 AC 46 ms
22,620 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

using System;
class A{static void Main(){
string a=Console.ReadLine();
string b=Console.ReadLine();
Console.WriteLine("("+a+b+a+")/");
}}
0