본문 바로가기

코드포스

코드포스 풀기 전 준비사항

열어야 할 텝

시간복잡도와 공간복잡도

https://burningjeong.tistory.com/48

 

온라인 C++ IDE

https://www.jdoodle.com/online-compiler-c++14/

 

파파고

https://papago.naver.com/

 

영어사전

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;
}

 

 

 

그외

 

아이패드에 문제 번호 적어놓기

나무 심기

카톡 끄기

화장실 가기

인공눈물 넣기

스트레칭

주변에 시끄러운 사람 있으면 자리 옮겨놓기 (중요)