3008: 买笔 3008 3008: 买笔 3008: 买笔 3008: 买笔 3008: 买笔 3008: 买笔 3008: 买笔 3008: 买笔 3008: 买笔 3008: 买笔 3008 摘要:解题思路:注意事项:可以定义多个变量参考代码:#include <iostream>using namespace std;int main(int argc, char** argv){int x,…… 题解列表 2024年01月07日 0 点赞 0 评论 209 浏览 评分:9.9
题解 3008: 买笔 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int x,a,b; cin>>x; a…… 题解列表 2024年01月07日 0 点赞 0 评论 190 浏览 评分:9.9
3008: 买笔(超级简单) 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int a; cin>>a; int b…… 题解列表 2024年01月07日 0 点赞 1 评论 199 浏览 评分:9.9
题解 1764: 循环入门练习1(c++) 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int a,sum=0; for(a=1;a<…… 题解列表 2024年01月07日 0 点赞 0 评论 180 浏览 评分:9.9
题解 3008: 买笔 摘要:解题思路:注意事项:若想让笔的数量最大,应优先购买4元的。以4为基准求余:剩1元,则4元钱的笔少买1支,换成1支5元笔;剩2元,则4元钱的笔少买1支,换成1支6元笔;剩3元,则4元钱的笔少买2支,换成…… 题解列表 2024年01月07日 0 点赞 0 评论 190 浏览 评分:9.9
3008: 买笔3008: 买笔3008: 买笔3008: 买笔3008: 买笔3008: 买笔3008: 买笔3008: 买笔3008: 买笔3008: 买笔3008: 买笔3008: 买笔3008 摘要:解题思路:注意事项:参考代码:#include <iostream>using namespace std;int main(int argc, char** argv){int x,y,a,b,c;…… 题解列表 2024年01月07日 0 点赞 1 评论 418 浏览 评分:9.9
1764: 循环入门练习1 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int a; for(int i=1;i<=10…… 题解列表 2024年01月07日 0 点赞 0 评论 197 浏览 评分:9.9
星期判断机1783 摘要:解题思路:#include <bits/stdc++.h>using namespace std;int main(){ int a; cin>>a; switch(a){ c…… 题解列表 2024年01月07日 0 点赞 0 评论 324 浏览 评分:9.9
2790: 分段函数 摘要:解题思路:注意事项:要使用浮点数定义参考代码:#include <bits/stdc++.h>using namespace std;int main(){ double x; cin >…… 题解列表 2024年01月07日 0 点赞 0 评论 160 浏览 评分:9.9
题解 3008: 买笔 摘要:解题思路:注意事项:?参考代码:#include <iostream>using namespace std;int main(){ int x; cin>>x; if(x%4==…… 题解列表 2024年01月07日 0 点赞 1 评论 284 浏览 评分:9.9