Advertisement
Guest User

Untitled

a guest
Nov 19th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.12 KB | None | 0 0
  1. void main(){
  2.     int limite = 100;
  3.     for(int i=0; i<limite; i++) if( /* Verifica se i é primo*/ ) printf("%d é primo\n", i);
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement