Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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++答案(付费版本)
- Host: GitHub
- URL: https://github.com/godfanmiao/jobdu_oj_tutorial_ex_cpp
- Owner: godfanmiao
- Created: 2013-04-21T02:32:24.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-06T09:08:11.000Z (over 11 years ago)
- Last Synced: 2023-05-19T12:45:36.662Z (over 1 year ago)
- Language: C++
- Homepage: http://ac.jobdu.com/tutorialproblems.php
- Size: 309 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
JobDu_OJ_Tutorial_Ex_Cpp
=========================九度保研计算机试题C++版本
http://ac.jobdu.com/tutorialproblems.php
注意,提交OJ的时候需要注释掉这样一行:
freopen("input.txt", "r", stdin);
这行用于用户本地文件测试使用。