코딩테스트246 백준: 15059번 Hard choice (Python3) 백준: 15059번 Hard choice (Python3) Hard choice 성공다국어 시간 제한메모리 제한제출정답맞힌 사람정답 비율 1 초 1024 MB 1306 1139 1082 87.540% 문제 In long flights, airlines offer hot meals. Usually the flight attendants push carts containing the meals down along the aisles of the plane. When a cart reaches your row, you are asked right away: “Chicken, beef, or pasta?” You know your choices, but you have only a few seconds to c.. 2022. 8. 6. 백준: 15080번 Every Second Counts (Python3) 백준: 15080번 Every Second Counts (Python3) Every Second Counts 성공다국어 시간 제한메모리 제한제출정답맞힌 사람정답 비율 2 초 512 MB 1371 781 717 58.964% 문제 Meredith runs a taxi service called Ruber which offers rides to clients in small towns in western Pennsylvania. She wants to get every possible dime out of people who use her taxis, so her drivers charge a flat fee not per minute but per second. It’s important, therefor.. 2022. 8. 6. 백준: 15128번 Congruent Numbers (Python3) 백준: 15128번 Congruent Numbers (Python3) Congruent Numbers 성공다국어 시간 제한메모리 제한제출정답맞힌 사람정답 비율 2 초 512 MB 1650 656 598 40.515% 문제 A congruent number is an integer that is the area of some right triangle where the length of each side of the triangle is a rational number. For this problem, we’ll only consider the legs of the right triangle, and not the hypotenuse. A rational number is a fraction, p/q, w.. 2022. 8. 6. 백준: 15439번 Vera and Outfits (Python3) 백준: 15439번 Vera and Outfits (Python3) Vera and Outfits 성공다국어 시간 제한메모리 제한제출정답맞힌 사람정답 비율 2 초 256 MB 3847 3426 3286 89.245% 문제 Vera owns N tops and N pants. The i-th top and i-th pants have colour i, for 1 ≤ i ≤ N, where all N colours are different from each other. An outfit consists of one top and one pants. Vera likes outfits where the top and pants are not the same colour. How many different out.. 2022. 8. 6. 백준: 15474번 鉛筆 (Pencils) (Python3) 백준: 15474번 鉛筆 (Pencils) (Python3) 鉛筆 (Pencils) 성공다국어 시간 제한메모리 제한제출정답맞힌 사람정답 비율 2 초 512 MB 1252 846 786 67.179% 문제 JOI 君は鉛筆を N 本買うために近くの文房具店に行くことにした. 文房具店では鉛筆が一定の本数ずつのセットで売られている.セット X は A 本で B 円,セット Y は C 本で D 円である. JOI 君はセット X かセット Y の一方を選び,選んだセットをいくつか購入する.両方のセットを購入することはできない.N 本以上の鉛筆を得るために必要な金額の最小値を求めよ. 입력 入力は以下の形式で標準入力から与えられる. N A B C D 출력 JOI 君が N 本以上の鉛筆を手に入れるのに必要な金額の最小値を出力せよ. 제한 1 ≦ N ≦ 1000 .. 2022. 8. 6. 백준: 15552번 빠른 A+B (Python3) 백준: 15552번 빠른 A+B (Python3) 빠른 A+B 성공 시간 제한메모리 제한제출정답맞힌 사람정답 비율 1 초 (하단 참고) 512 MB 200445 90146 74107 45.700% 문제 본격적으로 for문 문제를 풀기 전에 주의해야 할 점이 있다. 입출력 방식이 느리면 여러 줄을 입력받거나 출력할 때 시간초과가 날 수 있다는 점이다. C++을 사용하고 있고 cin/cout을 사용하고자 한다면, cin.tie(NULL)과 sync_with_stdio(false)를 둘 다 적용해 주고, endl 대신 개행문자(\n)를 쓰자. 단, 이렇게 하면 더 이상 scanf/printf/puts/getchar/putchar 등 C의 입출력 방식을 사용하면 안 된다. Java를 사용하고 있다면, Scann.. 2022. 8. 6. 백준: 15610번 Abbey Courtyard (Python3) 백준: 15610번 Abbey Courtyard (Python3) Abbey Courtyard 성공스페셜 저지다국어 시간 제한메모리 제한제출정답맞힌 사람정답 비율 1 초 512 MB 1455 1068 979 75.134% 문제 Bath’s annual Christmas market runs from the 23rd of November 2017 until the 10th of December 2017. During this time, the market will occupy the entire square courtyard of Bath Abbey. To brighten things up at night, a single long strand of cheerful festive lights will be.. 2022. 8. 6. 백준: 14065번 Gorivo (Python3) 백준: 14065번 Gorivo (Python3) Gorivo 성공스페셜 저지다국어 시간 제한메모리 제한제출정답맞힌 사람정답 비율 1 초 512 MB 1851 701 620 38.629% 문제 Mirko je nedavno otputovao u Ameriku i tamo je iznajmio moderan američki kabriolet narančaste boje s bijelim crtama, automatskim mjenjačem, navigacijom, i . . . prikaznikom na engleskom jeziku s imperijalnim sustavom mjera. Najviše ga muči to što je potrošnja goriva izražena u miljama po g.. 2022. 8. 5. 백준: 14038번 Tournament Selection (Python3) 백준: 14038번 Tournament Selection (Python3) Tournament Selection 성공다국어 시간 제한메모리 제한제출정답맞힌 사람정답 비율 2 초 512 MB 1576 1028 954 66.620% 문제 Each player in a tournament plays six games. There are no ties. The tournament director places the players in groups based on the results of games as follows: if a player wins 5 or 6 games, they are placed in Group 1; if a player wins 3 or 4 games, they are placed in.. 2022. 8. 5. 이전 1 ··· 9 10 11 12 13 14 15 ··· 28 다음