Run id: 110068
Main.cc: In function 'int main()':
Main.cc:14:7: warning: value computed is not used [-Wunused-value]
a[i]==a[i]-32;
^
Main.cc:18:7: warning: value computed is not used [-Wunused-value]
s[i]==s[i]+32;
^
Main.cc:31:11: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
if(k==len&&s[i+1]==' '||i==len2-1){
^
Main.cc:42:1: error: expected '}' at end of input
}
^
Main.cc:7:6: warning: unused variable 'q' [-Wunused-variable]
int q;
^
Main.cc:42:1: error: expected '}' at end of input
}
^