#include<stdio.h>
int main() {
 printf(-10 <=a,b,c <=100);
 printf("Invalid input");
 
}
return 0;