In function 'int main()': 5:11: error: invalid conversion from 'const char*' to 'int' [-fpermissive] 5 | int x = "Hello"; | ^~~~~~~ | | | const char*