結果

問題 No.795 Restrictions!!!!!!!!!!!!!!
ユーザー nao22bnao22b
提出日時 2019-04-13 10:37:27
言語 Elixir
(1.16.2)
結果
AC  
実行時間 661 ms / 2,000 ms
コード長 89 bytes
コンパイル時間 840 ms
コンパイル使用メモリ 62,240 KB
実行使用メモリ 57,536 KB
最終ジャッジ日時 2024-06-09 22:29:55
合計ジャッジ時間 14,442 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 608 ms
57,008 KB
testcase_01 AC 605 ms
57,492 KB
testcase_02 AC 608 ms
57,272 KB
testcase_03 AC 612 ms
57,232 KB
testcase_04 AC 611 ms
57,056 KB
testcase_05 AC 632 ms
57,140 KB
testcase_06 AC 620 ms
57,244 KB
testcase_07 AC 620 ms
57,196 KB
testcase_08 AC 620 ms
57,240 KB
testcase_09 AC 633 ms
57,288 KB
testcase_10 AC 630 ms
57,308 KB
testcase_11 AC 617 ms
57,104 KB
testcase_12 AC 607 ms
57,440 KB
testcase_13 AC 633 ms
57,536 KB
testcase_14 AC 624 ms
57,332 KB
testcase_15 AC 624 ms
57,156 KB
testcase_16 AC 611 ms
57,048 KB
testcase_17 AC 627 ms
57,536 KB
testcase_18 AC 626 ms
57,256 KB
testcase_19 AC 661 ms
57,180 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

defmodule Main do
    def main do
        IO.gets("")
        IO.puts "Yes"
    end
end

0