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 | 31 |
Tags
- nodejs
- GeoJSON object too complex/large
- 반응형 페이지 좌표 변환
- Error:error:0308010C:digital envelope routines::unsupported
- 김골라
- EC2
- AWS
- 이미지 좌표 추출
- ogr2ogr
- expo
- 이미지 맵
- AWS CodeBuild
- SASS
- C언어
- netlify variables
- rwdImageMaps
- credential error
- CSS
- can't getting credentials
- S3
- Sequelize Error: Dialect needs to be explicitly supplied as of v4.0.0
- AWS CodePipeline
- ERR_PNPM_NO_GLOBAL_BIN_DIR
- react
- NODE_VERSION
- 어셈블리어
- 설치완료안됨
- node
- aws ec2
- Unable to find the global bin directory
Archives
- Today
- Total
ImFe's study
[C] 2742번 - N기찍 본문
#include <stdio.h>
int main()
{
int a=0;
scanf("%d", &a);
for(int i=0; i<a; i++)
{
printf("%d\n", a-i);
}
return 0;
}
i는 0부터
'Programming > C언어 백준 풀이' 카테고리의 다른 글
[C] 11021번 - A+B-7 (0) | 2020.12.14 |
---|---|
[C] 2741 - N찍기 (0) | 2020.12.14 |
[C] 8393번 - 합 (0) | 2020.12.14 |
[C] 10950번 - A+B - 3 (0) | 2020.12.14 |
[C] 2739번 - 구구단 (0) | 2020.12.13 |
Comments