Polyman Documentation - v2.2.2
    Preparing search index...

    Interface Statement

    Problem statement in a specific language. Statement

    interface Statement {
        encoding: string;
        name: string;
        legend: string;
        input: string;
        output: string;
        scoring?: string;
        interaction?: string;
        notes?: string;
        tutorial?: string;
    }
    Index

    Properties

    encoding: string

    Text encoding (e.g., 'UTF-8')

    name: string

    Problem title in this language

    legend: string

    Problem description/story

    input: string

    Input format specification

    output: string

    Output format specification

    scoring?: string

    Scoring details (for partial scoring problems)

    interaction?: string

    Interaction protocol (for interactive problems)

    notes?: string

    Additional notes or examples

    tutorial?: string

    Editorial/solution explanation