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