Project

General

Profile

Actions

grading_rules #30

open

rule_CCFCAT全国测试开发大赛-省赛-冒泡排序算法

Added by UserName LastName 12 months ago.

Status:
New
Priority:
Normal
Assignee:
-
Start date:
12/20/2024
Due date:
% Done:

0%

Estimated time:
data:

- desc: 结果正确得5分,结果不正确得-10分。
max: 5
min: -10
name: 是否为正确结果
- desc: 代码使用冒泡排序算法得5分,代码没有使用冒泡排序算法得0分。
max: 5
min: 0
name: 是否使用冒泡排序算法
- desc: 如果descending 为 True 表示降序排序,False 表示升序排序得4分,否则得0分。
max: 4
min: 0
name: descending 为 True 表示降序排序,False 表示升序排序
- desc: 代码时间复杂度为O(n²)得4分,代码时间复杂度不为O(n²)得0分。
max: 4
min: 0
name: 是否为O(n²)的时间复杂度
- desc: 有返回值得3分,没有返回值得0分
max: 3
min: 0
name: 是否有返回值
- desc: 不包含 def binary_search(nums, target) 或者 public int binarySearch(int[] nums,
int target) 得0分,包含 def binary_search(nums, target) 或者 public int binarySearch(int[]
nums, int target) 得3分
max: 3
min: 0
name: 是否使用给定模版
- desc: 是否存在拼写错误,存在拼写错误得0分,不存在拼写错误得2分
max: 2
min: 0
name: 拼写错误检查
- desc: 代码缩进全部正确得2分,代码缩进不正确得0分
max: 2
min: 0
name: 缩进检查
- desc: 没有注释0分,有关键性注释得1分。
max: 1
min: 0
name: 是否有注释
- desc: 代码编写规范得1分,代码编写不规范得0分
max: 1
min: 0
name: 代码编写是否规范
- desc: 是否是基于人工智能生成的作弊代码,返回min最小分,无作弊嫌疑得max分
max: 0
min: -5
name: 是否是基于人工智能生成的作弊代码

name:
rule_CCFCAT全国测试开发大赛-省赛-冒泡排序算法

No data to display

Actions

Also available in: Atom PDF