結果
問題 |
No.700 LOVE
|
ユーザー |
![]() |
提出日時 | 2020-03-27 22:19:59 |
言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
結果 |
RE
|
実行時間 | - |
コード長 | 136 bytes |
コンパイル時間 | 93 ms |
コンパイル使用メモリ | 11,904 KB |
実行使用メモリ | 11,520 KB |
最終ジャッジ日時 | 2025-01-02 09:38:20 |
合計ジャッジ時間 | 1,845 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | RE * 3 |
other | RE * 16 |
ソースコード
n, m = map(int, input().split()) for _ in range(M): if input().find('LOVE') != -1: print('YES') exit() print('NO')