# arithmetic **Repository Path**: zbc0512/arithmetic ## Basic Information - **Project Name**: arithmetic - **Description**: 数学算术题生成(自动出题/判题) - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-01-09 - **Last Updated**: 2023-01-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # arithmetic #### 介绍 本项目用于生成数学运算题,目前功能如下: 1. 生成加法/减法二则运算题 ``` // 加法 http://localhost:8080/question/0/5/10 // 减法 http://localhost:8080/question/0/5/10 // 加减法混合 http://localhost:8080/question/mix/5/10 ``` 2. 点击OK提交,自动判断结果对错(待开发)