0_0_36276857_26792.cpp: In function 'int main()':
0_0_36276857_26792.cpp:54:14: error: expected primary-expression before '<<' token
cout<<cnt<<<<" "endl;
^
0_0_36276857_26792.cpp:54:16: error: unable to find string literal operator 'operator""endl'
cout<<cnt<<<<" "endl;
^
|