結果

問題 No.3022 一元一次式 mod 1000000000
ユーザー gew1fw
提出日時 2025-06-12 19:37:26
言語 PyPy3
(7.3.15)
結果
WA  
実行時間 -
コード長 230 bytes
コンパイル時間 239 ms
コンパイル使用メモリ 82,756 KB
実行使用メモリ 76,300 KB
最終ジャッジ日時 2025-06-12 19:37:46
合計ジャッジ時間 1,801 ms
ジャッジサーバーID
(参考情報)
judge3 / judge1
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other AC * 1 WA * 20
権限があれば一括ダウンロードができます

ソースコード

diff #

a=True+True+True
b=a+True+True
N=int(input())
for i in range(True,N+True):
    if i%(a*b)<True:
        print("FizzBuzz")
    elif i%a<True:
        print("Fizz")
    elif i%b<True:
        print("Buzz")
    else:
        print(i)
0