분류 전체보기173 실시간 SkyBox 밤낮 구현 개요 마스터 플랜에 들어갈 실시간 밤낮구현을 해보앗다. 사용한 에셋 https://assetstore.unity.com/packages/vfx/shaders/free-skybox-extended-shader-107400 FREE Skybox Extended Shader | 시각 효과 셰이더 | Unity Asset Store Add depth to your next project with FREE Skybox Extended Shader from BOXOPHOBIC. Find this & more 시각 효과 셰이더 on the Unity Asset Store. assetstore.unity.com 스크립트 using System.Collections; using System.Collections.Gene.. 2022. 5. 13. 14425) 문자열 집합 (C++) 출처 https://www.acmicpc.net/problem/14425 14425번: 문자열 집합 첫째 줄에 문자열의 개수 N과 M (1 ≤ N ≤ 10,000, 1 ≤ M ≤ 10,000)이 주어진다. 다음 N개의 줄에는 집합 S에 포함되어 있는 문자열들이 주어진다. 다음 M개의 줄에는 검사해야 하는 문자열들이 주어 www.acmicpc.net 내 풀이 #include #include using namespace std; int N = 0, M = 0; int result = 0; string input = ""; int main() { cin >> N >> M; mapmp; for (int i = 0; i > input; mp[input] = true; } for (i.. 2022. 5. 11. 백준 브론즈 다 밀었음 근데 왜 실력은 는 것 같지 않은가... 2022. 5. 10. 4949) 균형잡힌 세상 (C++) 출처 https://www.acmicpc.net/problem/4949 4949번: 균형잡힌 세상 하나 또는 여러줄에 걸쳐서 문자열이 주어진다. 각 문자열은 영문 알파벳, 공백, 소괄호("( )") 대괄호("[ ]")등으로 이루어져 있으며, 길이는 100글자보다 작거나 같다. 각 줄은 마침표(".")로 끝난다 www.acmicpc.net 내 풀이 #include #include #include using namespace std; //true면 무조건 no bool Check_No = false; dequedq; int big_ = 0;//[ int small_ = 0;//( int main() { while (true) { //한줄씩 문자열을 입력받는다. string input; getline(cin,.. 2022. 5. 10. 이전 1 ··· 8 9 10 11 12 13 14 ··· 44 다음