[백준]1002-터렛(설명X)
12345678910111213141516171819202122232425262728#include #include using namespace std; int main() { int input; cin >> input; for (int i = 0; i > x1 >> y1 >> r1 >> x2 >> y2 >> r2; double length = sqrt(pow(x1 - x2, 2) + pow(y1 - y2, 2)); if (x1 == x2 && y1 == y2) { if (r1 == r2) cout
algorithm'''problem solve
2019. 8. 15. 21:22
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- Dynamic Programming
- 한화큐셀
- 컨트리뷰톤
- 카카오
- BaekJoon
- c
- 알고리즘
- 인공지능
- 동적 계획법
- 완전탐색
- 플로이드 와셜
- 피보나치
- 이분탐색
- 백트래킹
- 구현
- webOS
- 1932
- c++
- 백준
- 코딩
- 정렬
- 브루트포스
- 오픈소스
- 파이썬
- BFS
- PyPy3
- DFS
- LG
- 프로그래머스
- DP
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함