結果

問題 No.2071 Shift and OR
ユーザー taiga0629kyopro
提出日時 2022-09-14 17:00:06
言語 PyPy3
(7.3.15)
結果
WA  
実行時間 -
コード長 162 bytes
コンパイル時間 327 ms
コンパイル使用メモリ 82,228 KB
実行使用メモリ 103,036 KB
最終ジャッジ日時 2024-12-15 04:45:18
合計ジャッジ時間 3,622 ms
ジャッジサーバーID
(参考情報)
judge5 / judge4
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample WA * 3
other WA * 37
権限があれば一括ダウンロードができます

ソースコード

diff #


#check
n=int(input())
a=list(map(int,input().split()))
if not(1<=n<=2*10**5):print(sss)
if not(len(a)==n):print(sss)
if not(1<=min(a)<=max(a)<2**16):print(sss)
0