#3 File structure

Closed
opened 5 years ago by marx · 0 comments
marx commented 5 years ago

Folder structure

solutions/
    orphan/
        problems/
            problem-name...
        contest-name...
    contest-name...

Problem structure

problem/
    .attic/
        config.json
        ejecutables y demas ficheros que se generan.
    testcases/
        test$id.in
        test$id.out
        test$id.hand.in
        test$id.hand.out
        test$seed.gen.in
        test$seed.gen.out
        test$id.hand.brute.out
        test$id.hand.sol.out
    solution.cpp
    gen.py
    brute.cpp
    checker.cpp
Folder structure ``` solutions/ orphan/ problems/ problem-name... contest-name... contest-name... ``` Problem structure ``` problem/ .attic/ config.json ejecutables y demas ficheros que se generan. testcases/ test$id.in test$id.out test$id.hand.in test$id.hand.out test$seed.gen.in test$seed.gen.out test$id.hand.brute.out test$id.hand.sol.out solution.cpp gen.py brute.cpp checker.cpp ```
Sign in to join this conversation.
No Milestone
No assignee
1 Participants
Loading...
Cancel
Save
There is no content yet.