結果

問題 No.591 (^o^)/
ユーザー chike_pluschike_plus
提出日時 2019-04-03 19:53:24
言語 F#
(F# 4.0)
結果
AC  
実行時間 52 ms / 2,000 ms
コード長 177 bytes
コンパイル時間 3,111 ms
コンパイル使用メモリ 155,988 KB
実行使用メモリ 23,604 KB
最終ジャッジ日時 2023-08-24 18:56:29
合計ジャッジ時間 4,316 ms
ジャッジサーバーID
(参考情報)
judge12 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 51 ms
21,636 KB
testcase_01 AC 52 ms
21,632 KB
testcase_02 AC 52 ms
21,636 KB
testcase_03 AC 52 ms
21,724 KB
testcase_04 AC 51 ms
21,704 KB
testcase_05 AC 52 ms
21,776 KB
testcase_06 AC 52 ms
23,604 KB
testcase_07 AC 52 ms
21,768 KB
testcase_08 AC 52 ms
21,768 KB
testcase_09 AC 51 ms
21,624 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Microsoft (R) F# Compiler version 11.0.0.0 for F# 5.0
Copyright (c) Microsoft Corporation. All Rights Reserved.

ソースコード

diff #

let ``No.591 (^o^)``()=

  let t1 = stdin.ReadLine()
  let t2 = stdin.ReadLine()

  System.String.Format("({0}{1}{0})/" , t1  , t2)
  |> stdout.WriteLine
  ()
``No.591 (^o^)``()
0