
#include #include using namespace std; vector solution(vector prices) { vector answer; vector::iterator it1; vector::iterator it2; for(it1=prices.begin(); it1!=prices.end(); it1++) // 각 시점에 대해 실행 { int time=0; for(it2=it1+1; it2!=prices.end(); it2++) // 해당 시점 이후에 대해 살펴보기 { //cout
프로그래밍/C++
2020. 8. 31. 20:25
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 프로그래머스
- 윈도우
- ROS
- vue/cli
- 백준알고리즘
- 윈도우 복구
- 코드리뷰
- Publisher
- subscriber
- VMware
- 초음파센서
- Python
- Ubuntu20.04
- set backspace
- Ubuntu16.04
- 리눅스
- 포트인식문제
- Mount
- python3
- 우분투
- 8자주행
- 아두이노 IDE
- umount
- C++
- filesystem
- HC-SR04
- roslaunch
- 원격 통신
- sensehat
- VirtualBox
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함