Main.cc: In function βint main()β: Main.cc:10:15: warning: suggest parentheses around assignment used as truth value [-Wparentheses] for(int i=1;i=10;i++){ ~^~~ Main.cc:14:10: error: expected β}β at end of input return 0; ^