結果
問題 |
No.3220 Forest Creation
|
ユーザー |
👑 |
提出日時 | 2025-08-02 00:52:55 |
言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
結果 |
AC
|
実行時間 | 84 ms / 2,000 ms |
コード長 | 139 bytes |
コンパイル時間 | 293 ms |
コンパイル使用メモリ | 12,276 KB |
実行使用メモリ | 21,216 KB |
最終ジャッジ日時 | 2025-08-02 00:53:00 |
合計ジャッジ時間 | 4,852 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 2 |
other | AC * 46 |
コンパイルメッセージ
Main.py:6: SyntaxWarning: invalid decimal literal print("YNeos"[V>0and E>=2*V or E%2::2])
ソースコード
J=lambda:list(map(int,input().split())) A=J() A=J() V=sum(A[1:]) E=sum(i*a for i,a in enumerate(A)) print("YNeos"[V>0and E>=2*V or E%2::2])