結果
問題 |
No.700 LOVE
|
ユーザー |
![]() |
提出日時 | 2018-07-03 23:12:01 |
言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
結果 |
RE
|
実行時間 | - |
コード長 | 150 bytes |
コンパイル時間 | 82 ms |
コンパイル使用メモリ | 12,672 KB |
実行使用メモリ | 10,880 KB |
最終ジャッジ日時 | 2024-07-01 02:03:28 |
合計ジャッジ時間 | 1,416 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | RE * 3 |
other | RE * 16 |
ソースコード
n,m=map(int,input().split()) s = [input().rsrtip() for _ in range(n)] for x in s: if 'LOVE' in x: print('YES') exit() print('NO')