일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- nav2 development guides
- ros2 환경설정
- CODEUP 6073
- ROS FOXY 튜토리얼
- ros2 튜토리얼
- development guides
- humble development guides
- nav2 튜토리얼
- error
- nav2 development guides
- foxy nav2
- CodeUp
- ros2 remapping
- nav2 설치
- nav2 getting started
- docker foxy
- ros2 development guides
- first-time robot setup guide
- ros2 configuring environment
- Python
- Foxy tutorial
- humble 환경설정
- 코드업
- nav2 tutorial
- ros2 튜토리얼 환경설정
- ros2 foxy tutorial
- ros2 foxy docker
- nav2 first-time robot setup guide
- Nav2 document
- nav2 dev contatiner
Archives
- Today
- Total
목록코드업 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