/users
/posts
/slides
/apps
/books
mysetting
/users
/posts
/slides
/apps
/books
2021-01-05 02:09
이예슬
백엔드 개발자@성신여자대학교
[C++] pair
#include<bits/stdc++.h>
using namespace std;
// 선언
pair<int, int> p;
pair<int, int> p2 (1, 1);
// 생성
p = make_pair(1, 1);
p = {1...
더보기
Seulog💘
0
0
0
댓글
댓글 달기
About
Badge
Contact
Activity
Terms of service
Privacy Policy