일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- first-time robot setup guide
- ros2 튜토리얼 환경설정
- docker foxy
- nav2 설치
- Python
- CODEUP 6073
- nav2 development guides
- ros2 remapping
- ros2 환경설정
- humble development guides
- Nav2 document
- nav2 dev contatiner
- nav2 development guides
- Foxy tutorial
- ros2 configuring environment
- humble 환경설정
- ros2 foxy docker
- nav2 튜토리얼
- 코드업
- ros2 튜토리얼
- foxy nav2
- ros2 development guides
- development guides
- error
- ROS FOXY 튜토리얼
- CodeUp
- nav2 getting started
- nav2 tutorial
- ros2 foxy tutorial
- nav2 first-time robot setup guide
Archives
- Today
- Total
목록코드업 6093 (1)
BAN2ARU
CodeUp 6093번
https://codeup.kr/problem.php?id=6093 [기초-리스트] 이상한 출석 번호 부르기2(py) python언어기초100제v1.0 : @컴퓨터과학사랑, 전국 정보(컴퓨터)교사 커뮤니티/연구회 - 학교 정보(컴퓨터)선생님들과 함께 수업/방과후학습/동아리활동 등을 통해 재미있게 배워보세요. - 모든 내용 codeup.kr (1)번 풀이 n = int(input()) a = input().split() for i in range(n): a[i] = int(a[i]) for i in range(n-1, -1, -1): print(a[i], end=' ') (2)번 풀이 n = int(input()) a = list(map(int, input().split())) for i in range(..
Coding Test/CodeUp
2022. 3. 31. 00:04