卬高杯
提出id | 提出時刻 | ユーザー名 | 問題 | 言語 | 判定状況 | 判定 | 実行時間 |
---|---|---|---|---|---|---|---|
115070 | 2023-10-27 03:51:13 | chihi | C | python | 18/18 | RE | 80 |
a=int(input());c=[];i=2
while a%57==0:c+=["57"];a//=57
while i<1e6:
while a%i==0:c+=[str(i)];a//=i
i+=1
if a!=1:c+=[a]
print(" ".join(sorted(c)))
sample1.txt RE 75 sample2.txt RE 75 sample3.txt RE 75 case1.txt RE 75 case2.txt RE 74 case3.txt RE 74 case4.txt RE 74 case5.txt RE 75 case6.txt RE 74 case7.txt RE 75 case8.txt RE 80 case9.txt RE 76 case10.txt RE 75 case11.txt RE 74 case12.txt RE 75 case13.txt RE 75 case14.txt RE 80 case15.txt RE 75 80 RE
Traceback (most recent call last): File "/var/www/judge/submit2/115070/a.py", line 1, in <module> a=int(input());c=[];i=2 ValueError: invalid literal for int() with base 10: 'SIwuFfVWHKZAwIBjcLMnjsfHkYPaLkMeDiGWxjuDPWxRgkltlIiZvkCLaCptJunHkUbJCKknPDpbNeTDdBLjoTNpgjraGoISBPJpCorfVJuFMEKekOifXPUfsuhvUfuNJWrkAkRYiuQRUnkNKoSQDFDLSUugNbYgpPKHrVhQkjMOaSQnGxPKIUthgbiJclLQcMmSDOe