Run ID:129345
提交时间:2025-08-24 13:51:48
#include<bits/stdc++.h> using namespace std; int main(){ long long n; bool f=true; while(i<=sqrt(n)){ if(n%i==0){ f=false; } } if(f==true){ cout<<"yes"; } else{ cout<<"no"; } return 0; }