Giter Club home page Giter Club logo

boj-spj's Introduction

BOJ 스페셜 저지

아래 문제의 스페셜 저지를 만들어 주세요. 문제 목록은 제일 아래에 있습니다.

스페셜 저지는 아래 템플릿를 이용해서 만들어 주세요.

#include <cstdio>
#include <cassert>
using namespace std;
int main(int argc, char **argv){
    FILE *in = fopen(argv[1],"r");
    FILE *sol = fopen(argv[2],"r");
    FILE *out = fopen(argv[3],"r");
    return 0;
}

작성한 스페셜 저지 파일을 프로젝트 루트에 넣은 다음, Pull Request를 이용해서 보내주세요.

  • argv[1]: 입력 파일의 경로 (데이터 입력)
  • argv[2]: 출력 파일의 경로 (데이터 출력)
  • argv[3]: 유저가 출력한 파일의 경로 (유저의 출력)
  • argv[4]: 채점 번호
  • 채점 프로그램의 업데이트로 argv[5] 이상을 사용할 수도 있기 때문에, argc의 개수를 검사하면 안됩니다.

첨부되어 있는 12852.cpp12852번: 1로 만들기 2의 채점 소스입니다.

spj.cpp를 이용해서 구현한 스페셜 저지 코드는 2051.cpp 입니다. 이 코드는 2051번: 최소 버텍스 커버을 채점하는 소스입니다.

testlib.h를 사용하고 싶은 경우에는 첨부되어 있는 testlib.h를 이용해 주세요.

Java를 이용해서 구현하려면 Checker.java를 이용해 주세요.

구현해야 하는 문제 목록 (일부)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.