0_0_33340665_30649.cpp: In function 'int main()':
0_0_33340665_30649.cpp:24:30: error: 'ifif' was not declared in this scope
ifif(wx==1||wy==1)printf("Yes\n");
^
0_0_33340665_30649.cpp:25:13: error: 'else' without a previous 'if'
else (wx==0&&wy==0)printf("Yes\n");
^
0_0_33340665_30649.cpp:25:32: error: expected ';' before 'printf'
else (wx==0&&wy==0)printf("Yes\n");
^
0_0_33340665_30649.cpp:26:13: error: 'else' without a previous 'if'
else if(wx==0||wy==0)printf("No\n");
^
|