ICPC 2023 vòng Quốc gia - C: Chess Sudoku

View as PDF

Submit solution

Points: 1.50
Time limit: 1.0s
Memory limit: 512M
Input: stdin
Output: stdout

Problem source:
ICPC 2023 vòng Quốc gia
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

Sample Input 1

100000000
100000000
000000000
000000000
000000000
000000000
000000000
000000000
000000000

Sample Output 1

NO SOLUTION

Sample Input 2

000000000
000000000
000000000
000600000
000000000
000006000
000000000
000000000
000000000

Sample Output 2

NO SOLUTION

Sample Input 3

000000000
000000000
000000000
000000000
000000000
000000000
000000700
000007000
000000000

Sample Output 3

NO SOLUTION

Comments

Please read the guidelines before commenting.


There are no comments at the moment.