wu
2025-04-07 ab05daf1e18f13aa7b0744b1674d770e543231a2
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;
}