Compile Error
/in/foo.cc: In function 'int main()':
/in/foo.cc:9:12: error: expected primary-expression before '<<' token
cout<<h<< <<m<< <<s;
^~
/in/foo.cc:9:18: error: expected primary-expression before '<<' token
cout<<h<< <<m<< <<s;
^~