Owl Get a Life
fatty.cpp: In function ‘int main()’:fatty.cpp:9:5: error: redeclaration of ‘int X’ 9 | int X = 1; | ^fatty.cpp:7:5: note: ‘int X’ previously declared here 7 | int X; | ^