Skip to content

Instantly share code, notes, and snippets.

@pavelmaca
Created December 8, 2010 07:45
Show Gist options
  • Save pavelmaca/733005 to your computer and use it in GitHub Desktop.
Save pavelmaca/733005 to your computer and use it in GitHub Desktop.
int pridano = 0;
for( .... .... ..){
if(platy[pocet] > 10000){
pridano++;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment