#include #define True 1 int sosuu(int N); using namespace std; int main(){ int N; int i,ans=2; cin>>N; //N以下の素数の範囲を示す if(N<=2){ cout<<"2"<