본문 바로가기

지나가던 개발자

검색하기
지나가던 개발자
프로필사진 KwonYongHyeon

  • 분류 전체보기 (317)
    • PS (281)
      • C (4)
      • Python (269)
      • Etc (8)
    • Developing (8)
      • Python (6)
      • HTML, CSS, JavaScript (2)
    • Explanation (11)
      • C (1)
      • Python (3)
      • Unity (1)
      • MySQL (3)
      • HTML, CSS, JavaScript (2)
      • Etc (1)
    • Algorithm (6)
    • Mathematics (9)
    • Block Coding (2)
Guestbook
250x250
Notice
  • Privacy Policy
  • 블로그 운영 규칙
Recent Posts
Recent Comments
Link
«   2025/06   »
일 월 화 수 목 금 토
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
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록PS/C (4)

지나가던 개발자

[C] 백준 13909번(창문 닫기) 문제 풀이

#include int main() { int n; int a = 1; scanf("%d", &n); for (int i=2; i*i

PS/C 2022. 11. 22. 16:58
[C] 백준 25904번(안녕 클레오파트라 세상에서 제일가는 포테이토칩) 문제 풀이

#include int main() { int n, x; int t[200]; scanf("%d %d", &n, &x); for (int i=0; i

PS/C 2022. 10. 31. 21:33
[C] 백준 2083번(럭비 클럽) 문제 풀이

#include int main() { while (1) { char name[10]; int age, weight; scanf("%s %d %d", &name, &age, &weight); if ((age == 0) && (weight == 0)) { break; } if ((age > 17) || (weight >= 80)) { printf("%s Senior \n", name); continue; } printf("%s Junior \n", name); } return 0; } while (1)을 통해 무한 반복을 할 수 있다!

PS/C 2022. 10. 29. 17:39
[C] 백준 5554번(심부름 가는 길) 문제 풀이

#include int main() { int time = 0; for (int i=0; i

PS/C 2022. 10. 19. 20:26
Prev 1 Next

Blog is powered by kakao / Designed by Tistory

티스토리툴바