import java.util.Scanner;
public class Main1008 {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int A =sc.nextInt();
int B = sc.nextInt();
System.out.println((double)A/B);
}
}
'휴지통 > 알고리즘 & 자료구조' 카테고리의 다른 글
백준 10172 (강아지) (0) | 2021.06.28 |
---|---|
백준 10171 (고양이) (0) | 2021.06.28 |
백준 1001 (0) | 2021.06.28 |
백준 1000 (0) | 2021.06.28 |
이진 트리 (2) (0) | 2021.06.28 |