Submission #17687750


Source Code Expand

defmodule Main do
  def main do
    IO.read(:line) |> String.trim() |> String.contains?("7") |> if(do: "Yes", else: "No") |> IO.puts
  end
end

Submission Info

Submission Time
Task A - Lucky 7
User awesomey
Language Elixir (1.10.2)
Score 100
Code Size 146 Byte
Status AC
Exec Time 424 ms
Memory 30700 KiB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 100 / 100
Status
AC × 3
AC × 11
Set Name Test Cases
Sample sample_01, sample_02, sample_03
All hand_01, hand_02, random_00, random_02, random_03, random_04, random_05, random_06, sample_01, sample_02, sample_03
Case Name Status Exec Time Memory
hand_01 AC 413 ms 30508 KiB
hand_02 AC 401 ms 30576 KiB
random_00 AC 401 ms 30520 KiB
random_02 AC 399 ms 30636 KiB
random_03 AC 400 ms 30476 KiB
random_04 AC 395 ms 30436 KiB
random_05 AC 394 ms 30408 KiB
random_06 AC 402 ms 30700 KiB
sample_01 AC 424 ms 30512 KiB
sample_02 AC 395 ms 30404 KiB
sample_03 AC 402 ms 30600 KiB