結果

問題 No.3259 C++ → Rust → Python
ユーザー 高橋湯葉
提出日時 2025-09-06 13:03:57
言語 PyPy3
(7.3.15)
結果
WA  
実行時間 -
コード長 124 bytes
コンパイル時間 180 ms
コンパイル使用メモリ 82,320 KB
実行使用メモリ 53,836 KB
最終ジャッジ日時 2025-09-06 13:04:24
合計ジャッジ時間 2,107 ms
ジャッジサーバーID
(参考情報)
judge2 / judge3
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 1 WA * 2
other AC * 13 WA * 9
権限があれば一括ダウンロードができます

ソースコード

diff #

L,R=map(int,input().split())
cnt=0
if 1<=L<=295:
  cnt+=1
elif 295<=L<=416:
  cnt+=1
elif 417<=R<=420:
  cnt+=1
print(cnt-1)
0