๋ฐ์ํ
๊ฐ๋จํ ํ์ด
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
int firstNumber = scanner.nextInt();
int secondNumber = scanner.nextInt();
System.out.print(firstNumber * secondNumber);
}
}
๋ฐ์ํ
'๐ธ Algorithm > ๐ธ ๋ฐฑ์ค BaekJoon' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[๋ฐฑ์ค][java][10869][์ฌ์น์ฐ์ฐ] (0) | 2023.08.27 |
---|---|
[๋ฐฑ์ค][java][1008][A/B] (0) | 2023.08.20 |
[๋ฐฑ์ค][java][1001][A-B] (0) | 2023.08.15 |
[๋ฐฑ์ค][java][1000][A+B] (0) | 2023.08.13 |
[๋ฐฑ์ค][java][2557][Hello World] (0) | 2023.08.13 |