#10430번 : 나머지
문제 코드 import java.util.Scanner; public class Main { public static void main(String[] args) throws Exception { Scanner scanner = new Scanner(System.in); int[] numbers = new int[3]; for (int i = 0; i < numbers.length; i++) { numbers[i] = scanner.nextInt(); } mod(numbers); } public static void mod(int[] numbers) { if (numbers.length == 0) { return; } int A = numbers[0]; int B = numbers[1]; int C = ..
알고리즘/백준알고리즘(JAVA)
2018. 11. 4. 16:31
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- 단어 길이 재기
- 조세퍼스 문제
- OpenCV
- 1158
- 10826
- 피보나치 수 4
- kotlin
- 2743
- a^b
- 문자열
- GCD 합
- 큰 수 A+B
- constraintlayout
- 1260
- 10757
- 최대공약수와 최소공배수
- 함수형사고 Kotlin Java
- mssql
- 자동타입
- 영상처리
- 1237
- 10827
- #android #motionlayout
- 10828
- #kotlin
- algorithm
- javacv
- Eclipse
- 알고리즘
- algorihtm
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함