#3 File structure

닫힘
marx5 년 전을 오픈 · 0개의 코멘트
marx 코멘트됨, 5 년 전

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 ```
marx 5 년 전가 Close
로그인하여 이 대화에 참여
마일스톤 없음
담당자 없음
참여자 1명
로딩중...
취소
저장
아직 콘텐츠가 없습니다.