0_0_38893074_1594.cpp: In function 'int main()':
0_0_38893074_1594.cpp:83:1: error: expected primary-expression before '|' token
83 | |
| ^
0_0_38893074_1594.cpp:84:13: error: expected primary-expression before 'if'
84 | if(x==1)
| ^~
0_0_38893074_1594.cpp:86:13: error: expected '}' before 'else'
86 | else if(x==0)
| ^~~~
0_0_38893074_1594.cpp:80:20: note: to match this '{'
80 | if(a>b){
| ^
|