if.. else if( younumber>mynumber) { for(i=0;i<=younumber;i++) // 加上一对 {......} .......... printf(); }else
你这里实际上是两条语句。需要使用{}括起来。
if {} else {}