OKKY
커뮤니티
Q&A
지식
이벤트
Contact
부트캠프
Jobs
Search Bar
로그인
회원가입
pair
전체
최신순
질문하기
해결
1
기분좋은바람
·
2년 이상
649
0
해결 1
set<pair<int,int>> 의 lower_bound, upper_bound 질문입니다.....
set<pair<int, int>> test; test.insert({ 30,10 }); test.insert({ 10,50 }); test.insert({ 100,-50 }); test.insert({ 50,0 }); test.insert({ 70,60 }); auto iter = test.lower_bound({ 30,9999 }); // {50,0} 이 반환됨....
Search Bar