結果
問題 |
No.3218 Night Equation
|
ユーザー |
|
提出日時 | 2025-08-01 21:35:13 |
言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
結果 |
AC
|
実行時間 | 70 ms / 2,000 ms |
コード長 | 80 bytes |
コンパイル時間 | 224 ms |
コンパイル使用メモリ | 12,032 KB |
実行使用メモリ | 21,168 KB |
最終ジャッジ日時 | 2025-08-01 21:35:17 |
合計ジャッジ時間 | 2,867 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 2 |
other | AC * 29 |
ソースコード
N = input() print("Yes" if max([int(x) for x in input().split()]) > 0 else "No")