본문 바로가기

이우의 개발일지

검색하기
이우의 개발일지
프로필사진 공대이우

  • 분류 전체보.. (83)
    • Coding (52)
      • Androi.. (3)
      • Algori.. (17)
    • Embede.. (7)
    • Cloud .. (1)
    • Intern.. (1)
    • contro.. (1)
Guestbook
Notice
Recent Posts
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
Archives
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록Coding (72)

이우의 개발일지

[백준/C++] 1193번 분수찾기 코딩

백준 1193번 분수찾기 코딩 https://www.acmicpc.net/problem/1193 수학적 규칙을 찾는데 조금 시간이 걸렸던 문제.#include #include #include#include using namespace std;int main() { int N; cin >> N; int a = 1, b = 1; int flag = 0; for (int i = 1; i

Coding 2024. 5. 15. 23:26
[백준/C++] 2941번 크로아티아 알파벳

2941번 크로아티아 알파벳 코드 https://www.acmicpc.net/problem/2941#include #include #include#include using namespace std;int main() { string input; cin >> input; int n = 0; int flag = 0; for (int i = 0; i

Coding 2024. 5. 15. 22:14
[C++] 백준 10828번 스택

백준 10828번 스택https://www.acmicpc.net/problem/10828 백준 코드 #include #include #include#include using namespace std;int main() { int N; cin >> N; string input; string push = "push", top = "top", pop = "pop", size = "size", empty = "empty"; stack v; for (int i = 0; i > input; if (input == push) { int t; cin >> t; v.push(t); } els..

Coding 2024. 5. 10. 23:30
이전 Prev 1 ··· 18 19 20 21 22 23 24 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바