-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,15 @@ | ||
# Algorithm-judgement-system | ||
# Algorithm-judgement-system | ||
|
||
构建一个基本算术运算测试系统,满足以下条件: | ||
|
||
(1)随机出现算术运算,测试人员回答系统随机出现的题目。 | ||
|
||
(2)题目的数量可以在系统里进行配置,哪种算法也可以配置(+-*/)四种; | ||
|
||
(3)操作数的范围也可以配置; | ||
|
||
(4)需要统计总用时时间; | ||
|
||
(5)限制在一定时间内完成,时间限制可以配置; | ||
|
||
(6)最后完成测试后,可以提交测试,系统给出总成绩和测试时间,每道题的用时时间。 |