일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- VUE
- social distancing
- 베리어블 폰트
- vue.js
- 18877번 Social Distancing
- 일해라 개발자
- 백준 BOJ
- 18881번
- async
- BOJ Social Distancing II
- 백준 Social Distancing II
- Spring Security
- BOJ 18877
- 백준
- 텐서플로맛
- spring boot
- BOJ 18881
- await
- 18877번
- java
- Catholic univ Computer Programming Contest
- JavaScript
- CSS
- Social Distancing II
- BOJ
- 백준 18877번
- BOJ Social Distancing
- 반응형 웹
- 모바일 버전만들기
- CCPC
- Today
- Total
목록전체 글 (100)
나아가는 길에 발자국을 찍어보자
오랜만에 들어오는 블로그다... 거의 6개월 만에 들어와서 적는 글이다. 이렇게 오래 공백기를 둘 생각은 없었는데, 취업준비랑 상반기 채용에 지원하다보니 또 예상치 않게 최종까지 가게되어서 그걸 열심히 준비하느라 너무 바빴다. 결론으로는 모두 탈락이 되었다. 여기에도 꽤 스토리가 많은데.... 너무 슬픈이야기이다... 하반기에 또 열심히 준비하기 위해 상반기 결산을 해보며 회고를 해보려고 한다. 12월에 6개월간 했던 인턴을 끝내고 백수가 되었다.(정규직 전환을 제안해 주셔서 너무 감사했다.) 이후 올초에 IT기업과 은행권에서 정말 고민을 많이하다가 은행권을 가기로 마음을 먹었다. 여기에도 여러가지 이유가 있었지만 이 부분은 나중에 취업하고 천천히 풀어 보겠다. 이렇게 마음을 정하고 정보를 수집하기 시작..
오늘 많네.... 처음에 문제를 잘못 이해해서 꽤나 틀린 문제이다.. 영어를 대충 읽은 탓이좀....한끝 차이로...ㅜㅜ https://www.acmicpc.net/problem/18877 18877번: Social Distancing The first line of input contains $N$ and $M$. The next $M$ lines each describe an interval in terms of two integers $a$ and $b$, where $0 \leq a \leq b \leq 10^{18}$. No two intervals overlap or touch at their endpoints. A cow standing on the endpoint of a www.acmic..
https://www.acmicpc.net/problem/18881 18881번: Social Distancing II The first line of input contains $N$. The next $N$ lines each describe one cow in terms of two integers, $x$ and $s$, where $x$ is the position ($0 \leq x \leq 10^6$), and $s$ is 0 for a healthy cow or 1 for a sick cow. At least one cow is sick, and all co www.acmicpc.net 문제 해설을 하자면, 소들의 수인 N(1 N; vectorcow; vectorcand; for (int ..
오랜만에 알쿡에 참여하면서 풀었던 문제들을 하나씩 정리해 보고자 한다. 아이디어는 그전에 푼 문제와 비슷해서 금방 풀줄 알았는데, 예외처리때문에 많이 틀렸다ㅜㅜ https://www.acmicpc.net/problem/18880 18880번: Social Distancing I In this example, Farmer John could add cows to make the occupancy string look like 10x010010x0010, where x's indicate the new cows. In this case $D = 2$. It is impossible to add the new cows to achieve any higher value of $D$. www.acmicpc.net..