|
|
вернуться в форумWhere is the mistake? Послано LiSu 7 сен 2012 21:20 #include <stdio.h> #include <conio.h> #include<string.h> #include <stdlib.h> int main () { char n[4],m[4]; int a,b;
scanf("%s%s",&n,&m); a=atoi(n); b=atoi(m); if(a==0 || a%2==0 || b%2==1 ) printf("yes"); else printf("no"); getch(); return 0 ;
} |
|
|