#include using namespace std; typedef long long LL; int main(){ LL M;cin>>M; for(LL i=2;i*i<=M;i++)if(M%i==0){ cout<