https://myblog-1257298572.cos.ap-shanghai.myqcloud.com/img/qq头像.jpg

每日一题--给小朋友的自动出题自动批改

#include <iostream> #include <cstdlib> #include <ctime> using namespace std; int main() { srand((int)time(0)); // 产生随机种子 把0换成NULL也行 int left,right,oper,result; char char_oper; //除了数字oper变量外,还有字符char_oper变量 left = rand() % 10; right =

每日一题--二维数组

【题目描述】 输入一个正整数 n,输出 n×n 的回型方阵。例如,n=5 时,输出: 1 1 1 1 1 1 2 2 2 1 1 2 3 2 1 1 2 2 2 1 1 1 1 1 1 【输入格式】 一行

第一章练习题

修改pip源: https://jingyan.baidu.com/article/b24f6c8296b507c6bee5da4f.html 修改jupyter默认目录: 在jupyter中键入 !jupyter notebook –generate-config 这样会在c盘的用户文件中写入一个叫ju