티스토리 뷰
문자열 입출력
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21 |
#include <iostream>
#include <cstring>
#include <algorithm>
using namespace std;
int main()
{
char str[100];
cin.getline(str, 100);
cin.clear();
for (int i = 0; i < strlen(str); i++)
printf("%c", str[i]);
printf("\n");
return 0;
} |
cs |
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- string
- 패턴 매칭
- Tree
- 겨울방학
- 자료구조
- string변환
- string숫자
- 시험준비
- 계획
- 알고리즘
- 트리
- string int로 변환
- 다이어리
- 연결리스트
- DataStructure
- string개념
- c언어
- 네트워크
- open address
- datastructures
- 보이어-무어
- Algorithms
- 알고리즘개념
- int변환
- 해싱 충돌
- 컴퓨터네트워크
- stringint
- atoi()
- kmp 알고리즘
- LinkedList
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함