Problm C - Prime Ring --------------------- A prime ring is a circular sequence of all numbers between 1 and n (where n is an even number) where each pair of consecutive numbers add up to a prime. This means that the first and the last number of the sequence must also add up to a prime. Each number between 1 and n appears exactly once in the sequence. For this problem we only consider sequences that start with the number 1. Input ----- Each line of input will contain a value for n (0