0_0_31961916_18112.cpp: In function 'int main()':
0_0_31961916_18112.cpp:13:9: error: expected primary-expression before '<' token
cout<<<n<<endl;
^
0_0_31961916_18112.cpp:13:13: error: invalid operands of types 'int' and '<unresolved overloaded function type>' to binary 'operator<<'
cout<<<n<<endl;
^
|