#P11532. Determine the Monthly Math Exam Score

    ID: 13620 Type: Default 1000ms 256MiB

Determine the Monthly Math Exam Score

Determine the Monthly Math Exam Score

蒜薢 forgot her math exam score, but she remembers that her score is an integer between 0 and 150 and satisfies the following modular conditions:

  • \( x \equiv 2 \pmod{3} \)
  • \( x \equiv 3 \pmod{5} \)
  • \( x \equiv 6 \pmod{7} \)

Your task is to determine the unique score that meets these conditions.

inputFormat

This problem does not require any input. However, a dummy non-empty input string may be provided.

outputFormat

Output the unique integer score (in the range from 0 to 150) that satisfies all of the above conditions.

sample

dummy
83