scanf("%d%*c",&width);
scanf("%[^\n]%*c",main);
scanf("%d",&time);
第一行"%d%*c的%*c是為了刷掉stdin中的\n
迴圈可以用for(int x=time-width,count=0;x<=time;x++,count++){
再把資料存入 reverse[count]=main[x];
}
完整code丟在github,歡迎參考~
https://github.com/kerong2002/kerong_zerojudge/blob/main/f046%20%E5%85%AC%E8%BB%8A%E4%B8%8A%E7%9A%84%E8%B7%91%E9%A6%AC%E7%87%88.c