include <stdio.h>int rsss(int x){ int y = x + 2, i, c=0;//<=== for (i = 2; i < x; i++) { if (x % i == 0) c++; } for (i = 2; i < y; i++) { if (y % i == 0) c++; } if (c == 0) printf("...