Thiết kế vi mạch

View as PDF



Problem type
Allowed languages
Output
Points: 2700 (p) Time limit: 2.0s Memory limit: 512M Input: stdin Output: stdout

Tài bộ dữ liệu đầu vào mới tại đây.

Ví dụ

Đầu vào
3 3
0 1
1 0
2 2
Đầu ra
4
3
0 1 1 1
1 0 1 2
1 2 2 2

Comments

There are no comments at the moment.