https://www.acmicpc.net/problem/1001
#include <stdio.h>
int main(){
int A;
int B;
scanf("%d %d",&A,&B);
printf("%d",A-B);
}
'알고리즘 공부' 카테고리의 다른 글
백준 1009 분산처리 (0) | 2020.05.16 |
---|---|
백준 1008 A/B (0) | 2020.05.16 |
백준 1003 피보나치 함수 [DP] (0) | 2020.05.16 |
백준 1000 A+B (0) | 2020.05.16 |
백준 3055번 탈출 [BFS] (0) | 2020.03.25 |
댓글