#46225: can thunder beat pacers


1121226@stu.wghs.tp.edu.tw (Arthur✨EC)


#include <bits/stdc++.h>
using namespace std;
int main(){
    long long n;
    cin>>n;
    // 尋找質因數
    for(long long i=2;i*i<=n;i++){
        if(n%i==0){
            // i是較小的質因數
            // n/i是較大的質因數
            cout<<n/i<<endl;
            return 0;
        }
    }
    return 0;
}
#46264: Re: can thunder beat pacers


1121232@stu.wghs.tp.edu.tw (Ian911436)


YUP!



#46272: Re: can thunder beat pacers


hansjiang1017@gmail.com (可以出題了!!!!!!!!!!!!!!!)


YUP!




nah, Pacers is too good