Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- python
- 알고리즘
- 턱걸이
- CV
- c
- error
- 공부
- Windows 10
- 텐서플로우
- linux
- C언어
- 프로그래밍
- 프로세스
- 리눅스
- 영상처리
- 코딩
- shell
- Computer Vision
- 쉘
- 백준알고리즘
- 회귀
- 학습
- 시스템프로그래밍
- Windows10
- TensorFlow
- 백준
- OpenCV
- 딥러닝
- C++
- 운영체제
Archives
- Today
- Total
목록공부/백준 (10)
줘이리의 인생적기

문제 바로가기(출처) : https://www.acmicpc.net/problem/1001 설명 백준 1001번 문제 A-B입니다. 두 정수 A, B를 입력 받아 A-B를 계산하여 출력하는 문제입니다. 코드 #include using namespace std; int main() { int a, b; cin >> a >> b; cout
공부/백준
2020. 5. 8. 18:04