알고리즘스킬1 How to Rotate array[][] by 90degree 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 #include #include using namespace std; int n; int map[20][20]; void rotate(){ int temp[20][20]; for(int y = 0; y 2020. 4. 17. 이전 1 다음