마음만은 새내기

항상 초심을 잃지 않고 생활하겠습니다~!

2023/06 5

[백준] #26566 : Pizza

★ solved.ac 난이도 : B4 (작성 시점 기준) {문제 본문 링크} 26566번: Pizza There’s a pizza store which serves pizza in two sizes: either a pizza slice, with area A1 and price P1, or a circular pizza, with radius R1 and price P2. You want to maximize the amount of pizza you get per dollar. Should you pick the pizza slice or the www.acmicpc.net ★ 문제 번역 면적이 A1이고 가격이 P1인 피자 조각과 반지름이 R1이고 가격이 P2인 원형 피자를 제공하는 피자 가게가 있습..

Google 계정 관리 도중 느낀 점

최근에 Android 응용 프로그램을 개발하면서 새로운 Google 계정으로 데이터를 옮겨야 할까 생각이 들었다. 현재 사용 중인 Gmail 주소에 개인정보가 포함되어 있기 때문이다. 필자가 스마트폰을 처음으로 접하게 되었을 때 만든 계정이라서 그런지 전화번호가 포함되어 있다. 하지만, Google 계정을 옮기는 과정이 결코 쉽지 않을 것 같다. 기존에 저장되어 있던 대부분의 데이터가 있기 때문이다. 대표적으로 Chrome 동기화 데이터, Play 스토어 개발자 계정 등이 있다. 그렇다고 해서 기존에 사용하던 Google 계정을 삭제하지는 않을 것이다. 대신에 연락처로 사용하는 메일을 따로 만들까 생각하고 있다. 또한, 필자가 최근에 Chrome 비밀번호 관리자에서 정보 유출과 관련된 경고 문구를 보았다..

[백준] #5365 : Decoder

★ solved.ac 난이도 : B3 (작성 시점 기준) {문제 본문 링크} 5365번: Decoder All the Sith messages are sent using a complex coding scheme. You have cracked their code and must write a program to decode coded messages. Their code works as follows. Each word in the coded message represents one letter in the decoded message. Use the f www.acmicpc.net ★ 문제 번역 모든 Sith 메시지는 복잡한 코딩 체계를 사용하여 전송됩니다. 당신은 그들의 코드를 해독했으며 코딩된 메..

[백준] #5246 : Checkerboard Rows

★ solved.ac 난이도 : B3 (작성 시점 기준) {문제 본문 링크} 5246번: Checkerboard Rows Checkerboards are 8x8 boards with positions between (1,1) and (8,8). The input begins with the number of boards. Each board is on a separate line and begins with the number of pieces, followed by the column and row positions of each piece. www.acmicpc.net ★ 문제 번역 Quaritch 대령은 어느 날 체커 게임을 하고 있는데 한 행에 있는 최대 조각 수를 계산하는 프로그램을 작성하는 것..