0_0_23816739_27191.cpp: In function 'int main()':
0_0_23816739_27191.cpp:11:3: error: expected ';' before 'if'
if(s>r)printf("advertise\n");
^
0_0_23816739_27191.cpp:12:3: error: 'else' without a previous 'if'
else if(s==r)printf("dose not matter\n");
^
|