Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- C언어
- 반응형 페이지 좌표 변환
- netlify variables
- nodejs
- CSS
- NODE_VERSION
- AWS CodeBuild
- AWS
- can't getting credentials
- credential error
- EC2
- GeoJSON object too complex/large
- S3
- Sequelize Error: Dialect needs to be explicitly supplied as of v4.0.0
- 이미지 좌표 추출
- react
- AWS CodePipeline
- aws ec2
- Unable to find the global bin directory
- SASS
- 김골라
- node
- ogr2ogr
- 설치완료안됨
- rwdImageMaps
- 이미지 맵
- expo
- 어셈블리어
- Error:error:0308010C:digital envelope routines::unsupported
- ERR_PNPM_NO_GLOBAL_BIN_DIR
Archives
- Today
- Total
ImFe's study
[C] 10998번 - AxB 본문
#include <stdio.h>
int main()
{
int a,b;
scanf("%d", &a);
scanf("%d", &b);
printf("%d", a*b);
return 0;
}
'Programming > C언어 백준 풀이' 카테고리의 다른 글
[C] 10869 - 사칙연산 (0) | 2020.12.08 |
---|---|
[C] 1008번 - A/B (0) | 2020.12.07 |
[C] 1001번 - A-B (0) | 2020.12.07 |
[C] 1000번 - A+B (0) | 2020.12.07 |
[C] 10172번 - 개 (0) | 2020.12.07 |
Comments