結果
| 問題 | No.700 LOVE |
| コンテスト | |
| ユーザー |
Co-3
|
| 提出日時 | 2020-12-04 22:20:43 |
| 言語 | Python3 (3.14.3 + numpy 2.4.4 + scipy 1.17.1) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 161 bytes |
| 記録 | |
| コンパイル時間 | 331 ms |
| コンパイル使用メモリ | 20,700 KB |
| 実行使用メモリ | 15,484 KB |
| 最終ジャッジ日時 | 2026-04-04 18:51:19 |
| 合計ジャッジ時間 | 3,023 ms |
|
ジャッジサーバーID (参考情報) |
judge5_1 / judge3_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 1 WA * 2 |
| other | AC * 8 WA * 8 |
ソースコード
a,b = map(int,input().split())
for i in range(a):
c = input()
if c.find == -1:
continue
else:
print("YES")
quit()
print("NO")
Co-3