题解列表
Py2787-有一门课不及格的学生-步骤清晰
摘要:解题思路:先求出小于60分的数量,数量为1输出1,否则0参考代码:arr=list(map(int,input().split()))num=&nb……
插入数组题比较插入数大小就行了
摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){int a[10]; ……
c++ 400ms以内
摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ int n; cin >> n; for (i……
邪修xxxxxxxxxxxxxxxx
摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ int a; &nb……
[编程入门]自定义函数之数字后移
摘要:解题思路:一种思路是向后移动,把最后一个数字备份,移动完num_number - 1次后把最后一个数赋值给第一个总共移动move_number次注意 if(move_numb……