Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/godfanmiao/jobdu_oj_tutorial_ex_cpp

九度保研练习题和C++答案(付费版本)
https://github.com/godfanmiao/jobdu_oj_tutorial_ex_cpp

Last synced: about 2 months ago
JSON representation

九度保研练习题和C++答案(付费版本)

Awesome Lists containing this project

README

        

JobDu_OJ_Tutorial_Ex_Cpp
=========================

九度保研计算机试题C++版本

http://ac.jobdu.com/tutorialproblems.php

注意,提交OJ的时候需要注释掉这样一行:

freopen("input.txt", "r", stdin);

这行用于用户本地文件测试使用。