일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- docker foxy
- ros2 환경설정
- first-time robot setup guide
- 코드업
- Foxy tutorial
- nav2 dev contatiner
- humble development guides
- nav2 설치
- ros2 remapping
- Python
- foxy nav2
- ros2 튜토리얼 환경설정
- ros2 foxy tutorial
- error
- nav2 development guides
- nav2 tutorial
- ROS FOXY 튜토리얼
- ros2 튜토리얼
- humble 환경설정
- CodeUp
- Nav2 document
- setting up transformations
- ros2 development guides
- nav2 getting started
- CODEUP 6073
- ros2 configuring environment
- nav2 튜토리얼
- ros2 transformations 개념
- nav2 first-time robot setup guide
- ros2 foxy docker
Archives
- Today
- Total
목록Codeup 1079번 (1)
BAN2ARU
CODEUP 1079번
https://codeup.kr/problem.php?id=1079 #include int main() { char input; scanf("%c ", &input); while(input != 'q') { printf("%c\n", input); scanf("%c ", &input); } //input이 'q'가 아니면 input을 출력하고 다음 문자 스캔 printf("q"); //input이 'q'이면 while문이 종료되므로 마지막으로 'q'출력 return 0; }
Coding Test/CodeUp
2021. 11. 5. 15:01