728x90

<리트코드 문제 사이트>

 

Reorder Data in Log Files - LeetCode

Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview.

leetcode.com

<파이썬 알고리즘 인터뷰 참고 사이트 >

 

onlybooks/algorithm-interview

<파이썬 알고리즘 인터뷰> 95가지 알고리즘 문제 풀이로 완성하는 코딩 테스트. Contribute to onlybooks/algorithm-interview development by creating an account on GitHub.

github.com



728x90
728x90

<리트코드 문제 사이트>

 

Reverse String - LeetCode

Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview.

leetcode.com

<파이썬 알고리즘 인터뷰 참고 사이트 >

 

onlybooks/algorithm-interview

<파이썬 알고리즘 인터뷰> 95가지 알고리즘 문제 풀이로 완성하는 코딩 테스트. Contribute to onlybooks/algorithm-interview development by creating an account on GitHub.

github.com



 

728x90
728x90

<리트코드 문제 사이트>

 

Valid Palindrome - LeetCode

Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview.

leetcode.com

 

<파이썬 알고리즘 인터뷰 참고 사이트 >

 

onlybooks/algorithm-interview

<파이썬 알고리즘 인터뷰> 95가지 알고리즘 문제 풀이로 완성하는 코딩 테스트. Contribute to onlybooks/algorithm-interview development by creating an account on GitHub.

github.com



 

 


※ 위 문제는 isalnum() 함수를 사용하여 문자

   또는 숫자로 구성되어 있으면 True를 리턴,

   그렇지 않다면 False를 리턴하여 문제를

   해결할 수 있습니다.

728x90
728x90

https://www.acmicpc.net/problem/2588

 

2588번: 곱셈

첫째 줄부터 넷째 줄까지 차례대로 (3), (4), (5), (6)에 들어갈 값을 출력한다.

www.acmicpc.net


입출력과 사칙연산의 마지막 문제 

 

문제를 풀기 위해선 

  • % : 나누기 연산 후 나머지 (정수만 추출)
  • // : 나누기 연산 몫 (소수점 이하는 버림)

 

 

 

 

 

 

 

728x90

+ Recent posts