1202: 多输入输出练习1 摘要:#include <bits/stdc++.h> using namespace std; //以空格为分隔符分割字符串 vector<int> split(const string &s,…… 题解列表 2022年01月01日 0 点赞 0 评论 134 浏览 评分:0.0
多输入输出练习1(数组解法) 摘要:解题思路:注意事项:在输入为零的时候记得要将最大值置零。参考代码:#include<stdio.h>int main(){ int i=0; int max; int a[1000]; int fla…… 题解列表 2021年12月20日 0 点赞 0 评论 168 浏览 评分:0.0
多输入输出练习1 (C++代码) 摘要:解题思路:这样写也过了。要按三次ctrl注意事项:参考代码:#include <bits/stdc++.h> using namespace std; typedef long long ll; …… 题解列表 2019年03月28日 0 点赞 0 评论 580 浏览 评分:0.0
题解 1202: 多输入输出练习1 摘要:参考代码:#include <stdio.h>#include <stdlib.h>int main(){ int x; int y; while(scanf("%d",&x)!=E…… 题解列表 2021年05月21日 0 点赞 0 评论 188 浏览 评分:0.0
多输入输出练习1-题解(Java代码) 20行!!! 摘要:解题思路:注意事项:参考代码:import java.util.ArrayList; import java.util.Collections; import java.util.Scanner;…… 题解列表 2021年02月16日 0 点赞 0 评论 642 浏览 评分:0.0
多输入输出练习1 (C++代码) 摘要:解题思路:注意事项:参考代码:#include<iostream> #include<cmath> #include<string> #include<algorithm> using nam…… 题解列表 2019年04月04日 0 点赞 0 评论 442 浏览 评分:0.0