ICPC 2024 miền Bắc - K: Palindromic Sequence

View as PDF

Submit solution

Points: 1.00
Time limit: 1.5s
Memory limit: 512M

Author:
Problem source:
ICPC 2024 miền Bắc
Problem type
Allowed languages
C, C++, Go, Java, Kotlin, Pascal, PyPy, Python, Rust, Scratch

In case the statement didn't load correctly, you can download the statement here: Statement


Comments

Please read the guidelines before commenting.



  • 3
    khuebeo  commented on Oct. 27, 2024, 2:59 p.m.

    There is a mistake in the statement.

    The following statement is wrong:

    “A palindromic sequence is called K-embedded palindromic sequence if it does not contain K at any position.”

    The correct statement should be:

    “A palindromic sequence is called K-embedded palindromic sequence if it has at least one element with a value of K.”