wu
2025-04-22 a835b145693d2238d4d4a27d03c51f4197c4f77a
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;
}