ICPC 2022 vòng Regional - H: Hardest Problem

View as PDF

Submit solution

Points: 2.00
Time limit: 4.0s
Memory limit: 512M
Input: stdin
Output: stdout

Problem source:
ICPC 2022 vòng Regional
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

2 1

Sample Output 1

1

Sample Input 2

5 3

Sample Output 2

2
3
4
4
3
2
1
0
0
0

Comments

Please read the guidelines before commenting.