Main.cc: In function 'int main()':
Main.cc:6:10: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
while(t=true){
^
Main.cc:12:10: warning: unused variable 'a' [-Wunused-variable]
int a=m/8;
^
Main.cc:29:24: error: 'a' was not declared in this scope
if(m%17==15 and i==2*a){
^