Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
VKI_Mihalyk_3_3
#include <stdio.h> int main() { int n, k = 0, i; scanf("%d", &n); for ( i = 2; i < n; i++) { if (n%i == 0) { k++; } } if (k == 0) { printf("prosto\n"); } else { printf("Ne prosto\n"); } }
run
|
edit
|
history
|
help
0
Ducktype
Часы (graphics.h)...
funny stack overflow
Herout (67) - 8+9
pointer
myblkqsort-ptr 20m numbers
Printf ejemplos varios
CV09-2.1
Comprueba si orden creciente
Euclides 2