0_0_30337296_22301.cpp: In function 'int main()': 0_0_30337296_22301.cpp:12:16: error: redeclaration of 'int s' int sum = 0, s = 0; ^ 0_0_30337296_22301.cpp:11:16: note: 'int s' previously declared here int SUM = 0, s = 0; ^