#include <stdio.h> main(){ int i,j,k,n; for(i=2;i<=100;i++){ for(int j=2;j<=k;j++){ if(i%j==0) break; if(j>k){ printf("%d",i); n++ } } } }