-
clion 코드 조각 불러오기(Live template)아무거나적어~ 2021. 10. 8. 01:18
사용 모습
Enter 빡!
짠~
1234567891011121314151617181920#include <bits/stdc++.h>#define endl "\n" // don't use when you cover interactive problem#define ooop(i, n) for(int i = 0; i < n; i++)#define loop(i, n) for(int i = 1; i <= n; i++)#define all(v) (v).begin(), (v).end()using namespace std;typedef long long ll;typedef pair<int, int> pi;typedef pair<ll, ll> pl;int main(){ios::sync_with_stdio(false);cin.tie(0), cout.tie(0);return 0;}cs사용방법
Setting | Editor | Live templates
에서 c++ 에 코드 추가하기나중에 세그먼트 트리같은거 코드조각으로 저장해서 빠르게 쓸 수 있겠다!
참고
Live templates | CLion
www.jetbrains.com
'아무거나적어~' 카테고리의 다른 글
같이하는 버추얼 만드는법 (0) 2021.11.02 ICPC, IUPC 후기 (0) 2021.10.08 [python 3] 행렬 데이터 시각화 (0) 2021.10.03 코드포스 난이도(*800 ~ 3500) 별 출제 유형 (0) 2021.07.29 [c++] 바다사자 이용하기(troubleshooting Clion) (0) 2021.07.11