# include <iostream.h>
void main (vold) {
int c=0;
cout <<"Escribe un entero";
cin >>c;
if (c>10){
cout <<"Escribiste un numero mayor a 10":
} else {
cout << "Escribiste un numero menor a 10";
};