printf2.cpp:10:36: error: empty character constant
10 | cout<<".///////"<<char(92)<<'_'<<'''<<char(92)<<"..."<<endl;
| ^~
printf2.cpp:10:38: warning: missing terminating ' character
10 | cout<<".///////"<<char(92)<<'_'<<'''<<char(92)<<"..."<<endl;
| ^
printf2.cpp:10:38: error: missing terminating ' character
10 | cout<<".///////"<<char(92)<<'_'<<'''<<char(92)<<"..."<<endl;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
printf2.cpp: In function 'int main()':
printf2.cpp:10:38: error: expected ';' before 'cout'
10 | cout<<".///////"<<char(92)<<'_'<<'''<<char(92)<<"..."<<endl;
| ^
| ;
11 | cout<<"..II%II.+I.,.."<<endl;
| ~~~~