CCF&Python 2015-3-1 圖像旋轉

CCF&Python 2015-3-1 圖像旋轉 原題目 思路 代碼 總結 原題目 思路 逆時針旋轉九十度n串數字後輸出,如果輸入爲列表,那麼輸出就等於以此從各個列表末輸出數據,然後換行。 (已滿分通過) 代碼 y,x=map(int,input().split()) num=[] for i in range(y): temp=list(map(int,input().split()))
相關文章
相關標籤/搜索