結果
| 問題 | No.700 LOVE |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2018-06-17 13:40:18 |
| 言語 | PyPy2 (7.3.15) |
| 結果 |
AC
|
| 実行時間 | 80 ms / 2,000 ms |
| コード長 | 150 bytes |
| 記録 | |
| コンパイル時間 | 131 ms |
| コンパイル使用メモリ | 77,436 KB |
| 最終ジャッジ日時 | 2025-12-04 01:13:47 |
|
ジャッジサーバーID (参考情報) |
judge3 / judge1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 3 |
| other | AC * 16 |
ソースコード
#yuki700
import sys
n,m=map(int,raw_input().split())
for i in xrange(n):
s=raw_input()
if s.count('LOVE')>0:
print 'YES'
sys.exit()
print 'NO'