PeanutInput
Algorithms
Games
Papers
https://www.acmicpc.net/problem/2908
풀이
세자리 수 a, b를 반전 후 비교하면 되는 문제이다.
반전은 a, b를 10으로 나눈 나머지를 누적하며 구할 수 있다.