전체 글66 고양이키우기 ('https://circle-developer.tistory.com/70'이하 '동그라미개발자')은(는) 「개인정보 보호법」 제30조에 따라 정보주체의 개인정보를 보호하고 이와 관련한 고충을 신속하고 원활하게 처리할 수 있도록 하기 위하여 다음과 같이 개인정보 처리방침을 수립·공개합니다. ○ 이 개인정보처리방침은 2023년 8월 25부터 적용됩니다. 제1조(개인정보의 처리 목적) ('https://circle-developer.tistory.com/70'이하 '동그라미개발자')은(는) 다음의 목적을 위하여 개인정보를 처리합니다. 처리하고 있는 개인정보는 다음의 목적 이외의 용도로는 이용되지 않으며 이용 목적이 변경되는 경우에는 「개인정보 보호법」 제18조에 따라 별도의 동의.. 2023. 8. 25. C# Cats and a Mouse [HackerRank] C# Cats and a Mouse [HackerRank] using System.CodeDom.Compiler; using System.Collections.Generic; using System.Collections; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.IO; using System.Linq; using System.Reflection; using System.Runtime.Serialization; using System.Text.RegularExpressions; using System.Text; using System; class Solu.. 2021. 9. 12. C# Electronics Shop [HackerRank] C# Electronics Shop [HackerRank] using System; using System.Collections.Generic; using System.IO; using System.Linq; class Solution { static int getMoneySpent(int[] keyboards, int[] drives, int b) { //최고 효율을 내는 비용 변수 -1로 선언 int maxCost=-1; for(int i=0; i Convert.ToInt32(drivesTemp)) ; /* * The maximum amount of money she can spend on a keyboard and USB drive, or -1 if she can't purchase both ite.. 2021. 9. 11. 이전 1 2 3 4 ··· 22 다음