본문 바로가기

Programmer

검색하기
Programmer
프로필사진 Yuwel

  • 분류 전체보기 (21)
    • Java (8)
    • Spring (4)
    • Django (0)
    • 백준 (5)
    • 설치 (1)
    • js (1)
    • UML (0)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/07   »
일 월 화 수 목 금 토
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
Tags
  • 1158 백준
  • 스택
  • spring oracle
  • Laravel 설치
  • 1181번 백준
  • 10828번
  • 백준
  • 요세푸스
  • 단어 정렬
  • ojdbc6연결
  • laravel
  • javascript class
  • JSON파싱
  • 1158
  • 백준 #10845
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록백준 (2)

Programmer

1181번 단어 정렬

#include #include #include #include using namespace std; vector str; string s; int inputLength; bool chk(string a, string b) { if (a.length() == b.length()) return a > inputLength; for (int i = 0; i > s; if(find(str.begin(), str.end(), s) == str.end()) str.push_back(s); } sort(str.begin(), str.end(), chk); for ..

백준 2020. 4. 11. 03:11
10828번 스택

#include #include #include #include using namespace std; void solve() { stack stk; string command; int inputData; int commandLine; cin >> commandLine; for (int i = 0; i > command; if (!command.compare("push")) { cin >> inputData; stk.push(inputData); } else if (!command.compare("pop")) { if (stk.size() == 0) cout

백준 2020. 4. 3. 19:02
Prev 1 Next

Blog is powered by kakao / Designed by Tistory

티스토리툴바