結果

問題 No.795 Restrictions!!!!!!!!!!!!!!
ユーザー nao22bnao22b
提出日時 2019-04-13 10:37:27
言語 Elixir
(1.16.2)
結果
AC  
実行時間 636 ms / 2,000 ms
コード長 89 bytes
コンパイル時間 1,078 ms
コンパイル使用メモリ 55,256 KB
実行使用メモリ 50,448 KB
最終ジャッジ日時 2023-08-29 23:16:48
合計ジャッジ時間 15,507 ms
ジャッジサーバーID
(参考情報)
judge13 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 629 ms
50,104 KB
testcase_01 AC 632 ms
50,448 KB
testcase_02 AC 633 ms
49,828 KB
testcase_03 AC 626 ms
49,460 KB
testcase_04 AC 623 ms
49,252 KB
testcase_05 AC 630 ms
49,296 KB
testcase_06 AC 629 ms
49,376 KB
testcase_07 AC 634 ms
49,228 KB
testcase_08 AC 624 ms
49,876 KB
testcase_09 AC 627 ms
50,056 KB
testcase_10 AC 635 ms
49,396 KB
testcase_11 AC 631 ms
50,056 KB
testcase_12 AC 636 ms
49,388 KB
testcase_13 AC 629 ms
49,300 KB
testcase_14 AC 626 ms
50,000 KB
testcase_15 AC 621 ms
49,764 KB
testcase_16 AC 627 ms
49,400 KB
testcase_17 AC 622 ms
49,452 KB
testcase_18 AC 630 ms
49,860 KB
testcase_19 AC 624 ms
49,532 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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

0