Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:18:12: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
if (i==len)
^
/in/foo.cc: In function 'int main()':
/in/foo.cc:18:12: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
if (i==len)
^