Skip to content

tmr is slow at killing a solution printing long lines #217

@Virv12

Description

@Virv12

When evaluating a solution printing long lines tmr takes about 20 seconds to kill it, but the wall clock time limit (for the task I tested) is 4 seconds.

Minimal example:

#include <iostream>

int main() {
    for (;;) std::cout << "Hello, World!";
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions