0_0_37535052_574.cpp:19:9: error: missing terminating " character
if(count%2==0) printf("0
^
0_0_37535052_574.cpp:20:1: error: missing terminating " character
");
^
0_0_37535052_574.cpp:21:9: error: missing terminating " character
else printf("1
^
0_0_37535052_574.cpp:22:1: error: missing terminating " character
");
^
0_0_37535052_574.cpp: In function 'int main()':
0_0_37535052_574.cpp:21:9: error: expected primary-expression before 'else'
else printf("1
^
|