printf2.cpp: In function 'int main()':
printf2.cpp:5:9: warning: unknown escape sequence: '\.'
5 | printf("...______.~...\n~.///////\..-.\n.///////_'\...\n..II%II.+I.,..\n..IIIII.nI.P..\n\"\"\"\"\"\"\"\"\"\"\"\"\"\"");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
printf2.cpp:5:9: warning: unknown escape sequence: '\.'
printf2.cpp:5:64: warning: repeated 'I' flag in format [-Wformat=]
5 | printf("...______.~...\n~.///////\..-.\n.///////_'\...\n..II%II.+I.,..\n..IIIII.nI.P..\n\"\"\"\"\"\"\"\"\"\"\"\"\"\"");
| ^
printf2.cpp:5:66: warning: unknown conversion type character '+' in format [-Wformat=]
5 | printf("...______.~...\n~.///////\..-.\n.///////_'\...\n..II%II.+I.,..\n..IIIII.nI.P..\n\"\"\"\"\"\"\"\"\"\"\"\"\"\"");
| ^