int a = 3; int b = 5; void main(){ int a = 5; return a + b; }