Skip to content

Problem 0: misleading statement #119

@BoYuanVisionary

Description

@BoYuanVisionary

In algorithmic/problems/0/statement.txt, line 41 explicitly requires W = H:

All transformed cells must satisfy:
0 ≤ x' < W, 0 ≤ y' < H, W=H

However, from my understanding, this problem is intended to be a rectangle-packing problem rather than a square-packing problem.
I also noticed that algorithmic/problems/0/examples/gpt5.cpp strictly follows the W = H requirement and always outputs a square. In contrast, the human solution in algorithmic/problems/0/examples/reference.cpp appears to solve the more general rectangle-packing version and does not enforce W = H.

This may unintentionally make the GPT-5 solution worse, because the additional W = H constraint forces it to output a larger square instead of a potentially smaller rectangle.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions