1108: 守望者的逃离 摘要:```cpp #include using namespace std; int m,s,t; int main() { cin>>m>>s>>t; int s1=0,s…… 题解列表 2022年09月04日 0 点赞 0 评论 441 浏览 评分:6.0
1107: 纪念品分组 摘要:```cpp #include #include using namespace std; int n,k,a[30010],flag[30010]; bool cmp(int a,int …… 题解列表 2022年09月04日 0 点赞 1 评论 463 浏览 评分:9.9
1106: 奖学金 摘要:```cpp #include #include using namespace std; struct student { int id,Chinese,score; }stu…… 题解列表 2022年09月04日 0 点赞 0 评论 898 浏览 评分:9.9
1105: 数列(c+++代码) 摘要:```cpp #include #include using namespace std; int main() { int k,n,result=0,radix=1; …… 题解列表 2022年09月04日 0 点赞 0 评论 594 浏览 评分:9.9
1104: Jam的计数法 摘要:```cpp #include using namespace std; int main() { char f,v[30]; int s,t,w,sum=0,flag=0…… 题解列表 2022年09月04日 0 点赞 0 评论 615 浏览 评分:9.9
1103: 开心的金明 摘要:```cpp #include using namespace std; int value[25],weigth[25]; int OPT(int total,int num) { …… 题解列表 2022年09月04日 0 点赞 0 评论 789 浏览 评分:9.9
1102: 明明的随机数 摘要:```cpp #include #include using namespace std; int main() { int N,i,j=0,b[100]; cin>>N…… 题解列表 2022年09月04日 0 点赞 0 评论 495 浏览 评分:9.9
1101: 循环(c++纯代码) 摘要:这第75行真是把我搞晕了,虽然最后过了,但还是不懂字符数组为啥用gets输入有问题。 ```cpp #include #include using namespace std; int xx…… 题解列表 2022年09月04日 0 点赞 0 评论 1152 浏览 评分:6.0
编写题解 1034: [编程入门]自定义函数之数字分离 显示格式错误??why??? 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<string.h>void my_print(char a[]){ int i=0; while(a[i]…… 题解列表 2022年09月04日 0 点赞 0 评论 527 浏览 评分:0.0
1040简单的解法(C) 摘要:解题思路:如下注意事项:如果复制,请复制过后检查,我提交时是正确的。参考代码:如果你想证明自己不是刚刚学习一两天,可以使用这段程序。#include<stdio.h>void f(){//自定义voi…… 题解列表 2022年09月03日 0 点赞 1 评论 397 浏览 评分:9.9