秋祭 | 静岡高校工学部



卬高杯


提出詳細

提出id提出時刻ユーザー名問題言語判定状況判定実行時間
1150682023-10-27 03:48:50chihiCpython18/18RE78

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 73
sample2.txt RE 74
sample3.txt RE 74
case1.txt RE 76
case2.txt RE 73
case3.txt RE 74
case4.txt RE 76
case5.txt RE 75
case6.txt RE 74
case7.txt RE 75
case8.txt RE 74
case9.txt RE 75
case10.txt RE 78
case11.txt RE 73
case12.txt RE 77
case13.txt RE 73
case14.txt RE 75
case15.txt RE 74
78 RE
  File "/var/www/judge/submit2/115068/a.py", line 2
    while a%57==0:c+=[“57”];a//=57
                      ^
SyntaxError: invalid character '“' (U+201C)