Main.cc: In function 'int main()': Main.cc:13:9: error: 'c' was not declared in this scope c=i%100; ^ Main.cc:19:13: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if(sum=0){ ^