Run id: 138602
Main.cc: In function 'bool sushu(int)':
Main.cc:7:27: error: 'False' was not declared in this scope
return False;
^
Main.cc:10:20: error: 'False' was not declared in this scope
return False;
^
Main.cc:13:12: error: 'True' was not declared in this scope
return True;
^
Main.cc: In function 'int main()':
Main.cc:22:29: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
if(max=n1*n2)
^
Main.cc:16:13: warning: unused variable 'i' [-Wunused-variable]
int i=0,j,num=0,n1=2,n2,max=0;
^
Main.cc:16:17: warning: unused variable 'j' [-Wunused-variable]
int i=0,j,num=0,n1=2,n2,max=0;
^
Main.cc:17:13: warning: unused variable 'arr' [-Wunused-variable]
int arr[20001]={0};
^