printf2.cpp:2:1: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type]
2 | main(){printf("...______.~...\n~.///////\\..-.\n.///////_'\\...\n..II%II.+I.,..\n..IIIIII.nI.P..\n\"\"\"\"\"\"\"\"\"\"\"\"\"\"");}
| ^~~~
printf2.cpp: In function 'int main()':
printf2.cpp:2:72: warning: repeated 'I' flag in format [-Wformat=]
2 | main(){printf("...______.~...\n~.///////\\..-.\n.///////_'\\...\n..II%II.+I.,..\n..IIIIII.nI.P..\n\"\"\"\"\"\"\"\"\"\"\"\"\"\"");}
| ^
printf2.cpp:2:74: warning: unknown conversion type character '+' in format [-Wformat=]
2 | main(){printf("...______.~...\n~.///////\\..-.\n.///////_'\\...\n..II%II.+I.,..\n..IIIIII.nI.P..\n\"\"\"\"\"\"\"\"\"\"\"\"\"\"");}
| ^