結果
問題 |
No.2775 Nuisance Balls
|
ユーザー |
![]() |
提出日時 | 2024-06-07 21:32:02 |
言語 | PyPy3 (7.3.15) |
結果 |
RE
|
実行時間 | - |
コード長 | 156 bytes |
コンパイル時間 | 339 ms |
コンパイル使用メモリ | 82,048 KB |
実行使用メモリ | 64,896 KB |
最終ジャッジ日時 | 2024-12-26 07:09:41 |
合計ジャッジ時間 | 3,099 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | RE * 3 |
other | RE * 22 |
ソースコード
n=int(input()) s="" s+="C"*(n//720) s%=720 s+="M"*(n//360) s%=360 s+="S"*(n//180) s%=180 s+="R"*(n//30) s%=30 s+="o"*(n//6) s%=6 s+="."*(n//1) s%=1 print(s)