結果
問題 |
No.2836 Comment Out
|
ユーザー |
![]() |
提出日時 | 2024-08-24 01:31:21 |
言語 | PyPy3 (7.3.15) |
結果 |
AC
|
実行時間 | 102 ms / 2,000 ms |
コード長 | 112 bytes |
コンパイル時間 | 234 ms |
コンパイル使用メモリ | 82,424 KB |
実行使用メモリ | 102,160 KB |
最終ジャッジ日時 | 2024-08-24 01:31:28 |
合計ジャッジ時間 | 6,227 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 4 |
other | AC * 52 |
ソースコード
N = int(input()) mina = min(list(map(int,input().split()))) if mina <= 1: print("Yes") else: print("No")