열어야 할 텝
시간복잡도와 공간복잡도
https://burningjeong.tistory.com/48
온라인 C++ IDE
https://www.jdoodle.com/online-compiler-c++14/
파파고
영어사전
https://en.dict.naver.com/#/main
복붙해놓을거
#include <iostream>
#include <algorithm>
#include <vector>
#include <string>
#include <functional>
#include <string>
#include <queue>
#include <stack>
#include <set>
#include <map>
#define xx first
#define yy second
#define all(x) (x).begin(), (x).end()
#pragma warning(disable:4996)
using namespace std;
using i64 = long long;
using ii = pair<int, int>;
using ii64 = pair<i64, i64>;
int main() {
int n;
scanf("%d", &n);
return 0;
}
그외
아이패드에 문제 번호 적어놓기
나무 심기
카톡 끄기
화장실 가기
인공눈물 넣기
스트레칭
주변에 시끄러운 사람 있으면 자리 옮겨놓기 (중요)
'코드포스' 카테고리의 다른 글
[코드포스 Practice8] A. Alex and a Rhombus (0) | 2019.12.29 |
---|---|
[코드포스 Practice8] 후기 (0) | 2019.12.28 |
[코드포스 Practice7] B. Fake NP (0) | 2019.12.26 |
[코드포스 Practice7] A. A pile of stones (0) | 2019.12.26 |
[코드포스 Practice7] E. Bear and Forgotten Tree 3 (0) | 2019.12.26 |