Problem Solving/Baekjoon Online Judge (2) 썸네일형 리스트형 [BOJ] 5370 Which Way (C++) 5370번: Which Way You are trapped in Jabba’s Palace. You have a coded map that describes the way out from your current location. The map contains a sequence of positive integers. Each integer corresponds to one of three directions (left, straight, right). To determine the www.acmicpc.net 난이도: B2 시간 제한: 1초 메모리 제한: 128 MB 문제 You are trapped in Jabba’s Palace. You have a coded map that describes the.. [BOJ] 2557 Hello World (C++) 내 첫 블로그의 첫 글로서 기념비적인 문제가 뭐가 있을까 고민하다가 "역시 컴공은 Hello World지!!" 라는 생각으로 가져왔다. 하지만 이에 무색하게 정말 별게 없는 문제다.. ㅎ 2557번: Hello World Hello World!를 출력하시오. www.acmicpc.net 난이도: B5 시간 제한: 1초 메모리 제한: 128 MB 문제 Hello World!를 출력하시오. 입력 없음 출력 Hello World!를 출력하시오. 풀이 #define FastIO ios_base::sync_with_stdio(false); cin.tie(nullptr); cout.tie(nullptr) 가끔 무서운 분들의 미친 입출력 최적화에 비하면 성능이 아쉽지만 대중적으로 많이 쓰이는 빠른 입출력을 사용한다.. 이전 1 다음