Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- insert
- data
- 알고리즘
- goland
- mysql
- Java
- ubuntu
- 16197
- 데이터
- git
- broadcastreceiver
- 17837
- IntelliJ
- Android
- vscode
- spring
- Algorithm
- 두 동전
- 제어반전
- 단축키
- 백준
- 데이터전달
- activity
- intent
- 프로그래머스
- 안드로이드
- github
- Jenknis
- 큐빙
- service
Archives
- Today
- Total
목록큐빙 (1)
해보자
백준_5373번_큐빙
#include #include #include #include using namespace std; typedef struct pos { int pid; int did; }Pos; typedef struct plane{ char d[9]; // 9개의 점 }Plane; Plane cube[6];// 6개의 면. // 위 - 0 - 흰 & 아래 - 1- 노 & 앞 - 2 - 빨 & 뒤 - 3 - 오 & 왼 - 4 - 초 & 오 - 5 - 파 Pos dat[6][12] = { {{3,7},{3,8},{3,9},{5,1},{5,4},{5,7},{2,3},{2,2},{2,1},{4,9},{4,6},{4,3}}, // 위 {{2,7},{2,8},{2,9},{5,9},{5,6},{5,3},{3,3},{3,2},{..
C++/Solve & Think
2020. 11. 24. 22:19