結果

問題 No.2083 OR Subset
ユーザー taiga0629kyopro
提出日時 2022-09-22 08:02:25
言語 PyPy3
(7.3.15)
結果
WA  
実行時間 -
コード長 55 bytes
コンパイル時間 234 ms
コンパイル使用メモリ 82,048 KB
実行使用メモリ 52,096 KB
最終ジャッジ日時 2024-12-22 04:43:00
合計ジャッジ時間 1,927 ms
ジャッジサーバーID
(参考情報)
judge2 / judge4
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample WA * 3
other WA * 17
権限があれば一括ダウンロードができます

ソースコード

diff #


#chech
N=int(input())
if not (1<=N<=5000):print(aaa)
0