Problem 9: Area Filling
-
Q1: [2001/05/15]
有關第9題的測試檔一之一與測試檔三之一的格式不盡相同,
測試檔一之一每行會先空一個空白,測試檔三之一則沒有;
測試檔一之一B是以空白來區隔,而測試檔三之一則是以","來區隔;
此外,測試檔三之一第三行緊接著"L 1;"後又有"B 18200.......;"
這是合理的狀況嗎?
A1: [2001/05/18]
We have corrected the "," mistake in p9-3.in1. Please download the new data file.
For the extra blanks and white spaces, however, your program should skip all of them in reading the data.
-
Q2: [2001/05/24]
請問在填pattems時,若搜尋到兩個相鄰的區塊可以填pattems,假設
在第一個區塊中填的是1*2的pattem,在第二個區塊填1*3的pattem,
而且又是有offset的,那麼如果這兩個相鄰的區塊,他們的offset不同
的話,是否遵守rules?
A2: [2001/05/29]
As long as the patterns follow the min. spacing rule, it should be OK,
i.e. distance between 1*2 patterns, distance between 1*3 patterns and
distance between 1*2 & 1*3 patterns must be greater or equal to
the min. spacing rule. The offset values can be various values
in different filling blocks.
For any questions, send e-mails to cad@cis.nctu.edu.tw.
Last modified: May 30, 2001