wu
2025-04-11 f4631f8b19f30fb6c334aefe2bceab52e2e9a63c
1
2
3
4
5
6
7
8
9
package ng.Algorithm.Layouts;
 
import java.util.*;
public class LayoutResult {
    public Rect[] layout;
    public double rate;
    public int Number;
    public int WorkId;
}