코딩테스트246 백준: 8674번 Tabliczka (Python3) 백준: 8674번 Tabliczka (Python3) Tabliczka 성공다국어 시간 제한메모리 제한제출정답맞힌 사람정답 비율 1 초 128 MB 1115 575 531 51.654% 문제 어머니는 치수 b와 b의 초콜릿 막대를 Piotr과 Pawełek을 가져왔습니다. 소년들은 막대를 수직 또는 수평 큐브를 따라 한 번의 간단한 휴식으로 나누기를 원합니다. 소년들은 보드를 가능한 한 공정하게 나누기를 원합니다. 즉, 각 조각의 차이가 가능한 한 작도록 합니다. Mama przyniosła Piotrusiowi i Pawełkowi tabliczkę czekolady o wymiarach a i b. Chłopcy chcą podzielić tabliczkę za pomocą jednego proste.. 2022. 8. 3. 백준: 8558번 Silnia (Python3) 백준: 8558번 Silnia (Python3) Silnia 성공다국어 시간 제한메모리 제한제출정답맞힌 사람정답 비율 1 초 128 MB 605 439 396 72.794% 문제 주어진 N의 팩토리얼을 구하고, 팩토리얼의 일의 자리 수를 출력하는 문제이다. 예시 01) 입력(N): 4 출략: 4 --> 왜냐하면 N! (=4!)이 24이고, 24의 일의 자리 수는 4이기 때문이다. 예시 02) 입력(N): 3 출략: 6 --> 왜냐하면 N! (=3!)이 6이고, 6의 일의 자리 수는 6이기 때문이다. Niech n będzie nieujemną liczbą całkowitą. Liczbę n! (czytaj n-silnia) definiuje się następująco. Jeśli n ≤ 1, to n!.. 2022. 8. 3. 백준: 7891번 Can you add this? (Python3) 백준: 7891번 Can you add this? (Python3) Can you add this? 성공다국어 시간 제한메모리 제한제출정답맞힌 사람정답 비율 1 초 128 MB 1225 1052 994 86.661% 문제 Given two integers, calculate and output their sum. 입력 The input contains several test cases. The first line contains and integer t (t ≤ 100) denoting the number of test cases. Then t tests follow, each of them consisiting of two space separated integers x and y (−109 ≤ x, .. 2022. 8. 3. 백준: 6810번 ISBN (Python3) 백준: 6810번 ISBN (Python3) ISBN 성공다국어 시간 제한메모리 제한제출정답맞힌 사람정답 비율 1 초 128 MB 1334 933 867 70.146% 문제 The International Standard Book Number (ISBN) is a 13-digit code for identifying books. These numbers have a special property for detecting whether the number was written correctly. The 1-3-sum of a 13-digit number is calculated by multiplying the digits alternately by 1’s and 3’s (see example) and t.. 2022. 8. 3. 백준: 6778번 Which Alien? (Python3) 백준: 6778번 Which Alien? (Python3) Which Alien? 성공다국어 시간 제한메모리 제한제출정답맞힌 사람정답 비율 2 초 512 MB 2201 1529 1468 71.055% 문제 Canada Cosmos Control has received a report of another incident. They believe that an alien has illegally entered our space. A person who witnessed the appearance of the alien has come forward to describe the alien’s appearance. It is your role within the CCC to determine which alie.. 2022. 8. 3. 백준: 6764번 Sounds fishy! (Python3) 백준: 6764번 Sounds fishy! (Python3) Sounds fishy! 성공다국어 시간 제한메모리 제한제출정답맞힌 사람정답 비율 2 초 512 MB 2906 1156 1050 39.533% 문제 A fish-finder is a device used by anglers to find fish in a lake. If the fish-finder finds a fish, it will sound an alarm. It uses depth readings to determine whether to sound an alarm. For our purposes, the fish-finder will decide that a fish is swimming past if: there are four c.. 2022. 8. 3. 백준: 6763번 Speed fines are not fine! (Python3) 백준: 6763번 Speed fines are not fine! (Python3) Speed fines are not fine! 성공다국어 시간 제한메모리 제한제출정답맞힌 사람정답 비율 2 초 512 MB 2113 1219 1141 58.483% 문제 Many communities now have “radar” signs that tell drivers what their speed is, in the hope that they will slow down. You will output a message for a “radar” sign. The message will display information to a driver based on his/her speed according to the follo.. 2022. 8. 3. 백준: 6749번 Next in line (Python3) 백준: 6749번 Next in line (Python3) Next in line 성공다국어 시간 제한메모리 제한제출정답맞힌 사람정답 비율 1 초 128 MB 5321 4606 4417 86.898% 문제 You know a family with three children. Their ages form an arithmetic sequence: the difference in ages between the middle child and youngest child is the same as the difference in ages between the oldest child and the middle child. For example, their ages could be 5, 10 and 15, since.. 2022. 8. 3. 백준: 5928번 Contest Timing (Python3) 백준: 5928번 Contest Timing (Python3) Contest Timing 성공다국어 시간 제한메모리 제한제출정답맞힌 사람정답 비율 1 초 128 MB 2582 1348 1263 52.104% 문제 Bessie the cow is getting bored of the milk production industry, and wants to switch to an exciting new career in computing. To improve her coding skills, she decides to compete in the on-line USACO competitions. Since she notes that the contest starts on November 11, 2011 (11/1.. 2022. 8. 3. 이전 1 ··· 13 14 15 16 17 18 19 ··· 28 다음