0_0_19098511_12136.cpp: In function 'int main()':
0_0_19098511_12136.cpp:11:24: error: expected primary-expression before '%' token
if(a!=x&&b!=x%%a!=z&&b!=z)
^
0_0_19098511_12136.cpp:12:10: error: 'Y' was not declared in this scope
Y=c;
^
0_0_19098511_12136.cpp:13:24: error: expected primary-expression before '%' token
if(a!=x&&c!=x%%a!=z&&c!=z)
^
0_0_19098511_12136.cpp:14:10: error: 'Y' was not declared in this scope
Y=b;
^
0_0_19098511_12136.cpp:15:24: error: expected primary-expression before '%' token
if(c!=x&&b!=x%%c!=z&&b!=z)
^
0_0_19098511_12136.cpp:16:10: error: 'Y' was not declared in this scope
Y=a;
^
|