일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- setting up transformations
- Nav2 document
- ros2 transformations 개념
- ros2 development guides
- ros2 configuring environment
- nav2 dev contatiner
- 코드업
- humble development guides
- nav2 설치
- nav2 튜토리얼
- Foxy tutorial
- ros2 remapping
- ros2 foxy docker
- CodeUp
- humble 환경설정
- foxy nav2
- first-time robot setup guide
- ros2 foxy tutorial
- docker foxy
- nav2 getting started
- CODEUP 6073
- ROS FOXY 튜토리얼
- error
- ros2 환경설정
- nav2 tutorial
- ros2 튜토리얼 환경설정
- nav2 first-time robot setup guide
- nav2 development guides
- Python
- ros2 튜토리얼
Archives
- Today
- Total
목록CodeUp 6091 (1)
BAN2ARU
CodeUp 6091번
https://codeup.kr/problem.php?id=6091 [기초-종합] 함께 문제 푸는 날(설명)(py) python언어기초100제v1.0 : @컴퓨터과학사랑, 전국 정보(컴퓨터)교사 커뮤니티/연구회 - 학교 정보(컴퓨터)선생님들과 함께 수업/방과후학습/동아리활동 등을 통해 재미있게 배워보세요. - 모든 내용 codeup.kr (1)번 풀이 - 최소공배수 구하기 a, b, c = map(int, input().split()) for i in range(max(a,b,c), (a*b*c)+1): if i%a==0 and i%b ==0 and i%c ==0 : print(i) break (2)번 풀이 - 문제 참조 a, b, c = map(int, input().split()) d = 1 whil..
Coding Test/CodeUp
2022. 3. 9. 23:17