結果

問題 No.2599 Summer Project
ユーザー VvyLwVvyLw
提出日時 2024-01-12 23:01:04
言語 Nim
(2.2.0)
結果
AC  
実行時間 2 ms / 2,000 ms
コード長 157 bytes
コンパイル時間 4,325 ms
コンパイル使用メモリ 62,484 KB
実行使用メモリ 6,944 KB
最終ジャッジ日時 2024-09-27 23:47:32
合計ジャッジ時間 4,497 ms
ジャッジサーバーID
(参考情報)
judge3 / judge2
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 2
other AC * 4
権限があれば一括ダウンロードができます

ソースコード

diff #

import sets
let nec=["watermelon","beachball","shrinebell"]
let s=[stdin.readLine,stdin.readLine].toHashSet
for el in nec:
    if not s.contains(el): echo el
0