Main.cc: In function 'int main()':
Main.cc:7:14: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
if(N = 0){
^
Main.cc:10:17: error: expected initializer before '<<' token
int num <>num;
^
Main.cc:13:13: error: 'sum' was not declared in this scope
sum += num;
^
Main.cc:15:15: error: 'sum' was not declared in this scope
cout<