[백준] 환경 설정
환경 설정 온라인 코드 에디터 활용 repl.it/ The collaborative browser based IDE Repl.it is a simple yet powerful online IDE, Editor, Compiler, Interpreter, and REPL. Code, compile, run, and host in 50+ programming languages. repl.it 회원가입 후에 Create new repl C++ Algorithm 생성 cin, cout 으로 백준 입출력 제어 #include using namespace std; // 문제 풀이 void solution(){ // cin 조절 int a=0, b=0; cin >> a >> b; cout
Baekjoon Solutions
2021. 3. 10. 01:27