ICPC 2024 vòng Quốc gia - B: Boulevard Blueprint

View as PDF

Submit solution

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

Author:
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

4
2 2 2
0 0 1 1
0 1 1 2
1 2 2
0 0 1 2
0 0 1 1
2 2 2
0 0 1 1
1 1 2 2
2 2 3
0 0 1 1
0 0 2 2
1 1 2 2

Sample Output 1

4
12
14
0

Comments

Please read the guidelines before commenting.


There are no comments at the moment.