結果
問題 | No.2599 Summer Project |
ユーザー |
![]() |
提出日時 | 2024-08-21 02:34:50 |
言語 | Elixir (1.18.1) |
結果 |
AC
|
実行時間 | 653 ms / 2,000 ms |
コード長 | 363 bytes |
コンパイル時間 | 8,818 ms |
コンパイル使用メモリ | 62,084 KB |
実行使用メモリ | 54,504 KB |
最終ジャッジ日時 | 2024-08-21 02:35:10 |
合計ジャッジ時間 | 8,099 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 2 |
other | AC * 4 |
ソースコード
defmoduleMain dodef input, do: IO.read(:line) |> String.trimdef ii, do: input() |> String.to_integerdef li, do: input() |> String.split |> Enum.map(&String.to_integer/1)def yn(b), do: IO.puts(if b, do: "Yes", else: "No")def main dos = input()t = input()["watermelon", "beachball", "shrinebell"] -- [s, t]|> IO.putsendend