Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/godfanmiao/jobdu_oj_tutorial_ex_java
王道论坛计算机考研机试试题Java版本
https://github.com/godfanmiao/jobdu_oj_tutorial_ex_java
Last synced: about 5 hours ago
JSON representation
王道论坛计算机考研机试试题Java版本
- Host: GitHub
- URL: https://github.com/godfanmiao/jobdu_oj_tutorial_ex_java
- Owner: godfanmiao
- Created: 2013-05-06T08:52:17.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-10T02:24:04.000Z (over 11 years ago)
- Last Synced: 2023-05-19T12:45:36.706Z (over 1 year ago)
- Language: Java
- Homepage: http://ac.jobdu.com/tutorialproblems.php
- Size: 188 KB
- Stars: 5
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
JobDu_OJ_Tutorial_Ex_Java
=========================九度保研计算机试题Java版本
http://ac.jobdu.com/tutorialproblems.php
注意,提交OJ的时候需要修改这样一行代码:
Scanner scanner = new Scanner(new File("input.txt"));
这行用于用户本地文件测试使用。
修改为:
Scanner scanner = new Scanner(System.in);