
Code #include using namespace std; int main() { ios_base::sync_with_stdio(false); cin.tie(NULL); int N; int input, max, min; cin >> N; int* A = new int[N]; for (int i = 0; i > A[i]; max = A[0]; min = A[1]; for (int j = 0; j max) max = A[j]; else if (min > A[j]) min = A[j]; } cout

Code #include using namespace std; int main() { ios_base::sync_with_stdio(false); cin.tie(NULL); int C, N; cin >> C; for (int i = 0; i > N; int* A = new int[N]; for (int j = 0; j > A[j]; sum += A[j]; } ave = (double)sum / N; for (int k = 0; k < ..

Code #include using namespace std; int main() { ios_base::sync_with_stdio(false); int N, newN, count = 0, sum; int f, l; cin >> N; int org = N; while (1) { f = N / 10; l = N % 10; sum = (f + l) % 10; N = (l * 10) + sum; count++; if (N == org) break; } cout
- Total
- Today
- Yesterday
- getline()
- 자료구조
- 파일입출력
- 웹 서버
- 정수
- 정수를 문자열로
- Web Server
- 운영체제
- stringstream
- 커널
- C++
- 웹 어플리케이션 서버
- 알고리즘
- 쉘
- cin.getline()
- 데이터저장장치
- boj
- ??!
- 백준알고리즘
- 25083
- to_string
- 단어의 개수
- 문자열입력
- 1152
- 트리만들기
- 백준
- 네트워크결합스토리지
- toy cipher
- web application server
- 토이사이퍼
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |