Submit solution
Points:
1.00
Time limit:
2.0s
Memory limit:
512M
Input:
stdin
Output:
stdout
Problem source:
Problem types
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
Sample Input 1
3
3
UF
3
VH
4
/zO
Sample Output 1
YES
1 3 2 1
NO
YES
4 2 3 1
Comments