Notice
Recent Posts
Recent Comments
Link
«   2025/09   »
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
more
Archives
Today
Total
관리 메뉴

이것저것

C언어 swea 2043 본문

Language/C언어

C언어 swea 2043

olivia-com 2020. 11. 20. 09:59

https://swexpertacademy.com/main/identity/anonymous/loginPage.do

 

SW Expert Academy

SW 프로그래밍 역량 강화에 도움이 되는 다양한 학습 컨텐츠를 확인하세요!

swexpertacademy.com

#include <stdio.h>

int main(void){
	int P,K,index = 0;
	scanf("%d %d",&P, &K);
	while(P != K){
		k++;
		index++;
	}
	printf("%d", index + 1);
	return 0;s
}

'Language > C언어' 카테고리의 다른 글

C언어 swea 2025 대각선 출력하기  (0) 2020.11.20
C언어 swea 2027 N줄 덧셈  (0) 2020.11.20
C언어 swea 1936  (0) 2020.11.20
C언어 swea 2029  (0) 2020.11.20
C언어 swea 1938  (0) 2020.11.20