유사컴공 낙서장

  • 홈
  • 태그
  • 방명록
  • 글쓰기

Write-Up/Algorithm 5

프로그래머스 - 소수의 합

C++#include #include #include using namespace std; long long solution(int N) { long long answer = 0; vector v; for (int i = 0; i

Write-Up/Algorithm 2019.03.23

프로그래머스 - 완주하지 못한 선수

C++#include #include #include #include using namespace std; string solution(vector participant, vector completion) { string answer = ""; sort(participant.begin(), participant.end()); sort(completion.begin(), completion.end()); completion.push_back(""); for (int i = 0; i

Write-Up/Algorithm 2019.03.23

프로그래머스 - 모의고사

C++#include #include #include using namespace std; vector solution(vector answers) { vector ans, score, grade; vector supoza(3); int vsize = answers.size(); //문제 개수 구하기 int i, j, idx=10; for (j = 0; j

Write-Up/Algorithm 2019.03.23

프로그래머스 - 스킬트리

C#include #include #include #include // skill_trees_len은 skill_trees의 길이입니다. int solution(char* skill, char* skill_trees[], size_t skill_trees_len) { int answer = skill_trees_len; int skill_len = strlen(skill); //printf("%c",skill_trees[0][0]); = B 출력 int i, j, k, len, ttl, num; for(i=0;i

Write-Up/Algorithm 2019.03.23

프로그래머스 - K번째 수

#프로그래머스 #Programmers C++#include #include #include using namespace std; vector solution(vector array, vector commands) { vector answer; vectortmp; int i, j, start, end, a, b, temp, idx, vsize; for (i = 0; i

Write-Up/Algorithm 2019.03.23
이전
1
다음
더보기
프로필사진

유사컴공 낙서장

  • ALL
    • 잡담&계획
      • 2019-동계 동유럽
    • Programming
      • C, C++
      • Python
    • Computer
    • Write-Up
      • Reversing
      • Algorithm
      • Webhacking.kr
      • FTZ
      • LOB
    • Project
      • ML
      • OStrial in AMAZON

Tag

BU, ㅜㄴ이래~~~~, ㅇㄹㅇㄹㄴㅇ뤼위ㅟ`~,

최근글과 인기글

  • 최근글
  • 인기글

최근댓글

공지사항

페이스북 트위터 플러그인

  • Facebook
  • Twitter

Archives

Calendar

«   2025/08   »
일 월 화 수 목 금 토
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31

방문자수Total

  • Today :
  • Yesterday :

Copyright © Kakao Corp. All rights reserved.

티스토리툴바