1202: 多输入输出练习1 摘要:```cpp #include using namespace std; int main() { int x,max; while(cin>>x) { …… 题解列表 2023年01月01日 0 点赞 0 评论 168 浏览 评分:9.9
编写题解 1202: 多输入输出练习1 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ int n; int max = 0; while(…… 题解列表 2022年03月28日 0 点赞 0 评论 82 浏览 评分:0.0
Hifipsysta-1202-多输入输出练习1(C++代码) 摘要:```cpp #include #include #include using namespace std; bool arrange_rule(int a, int b){ …… 题解列表 2022年02月05日 0 点赞 0 评论 96 浏览 评分:0.0
1202: 多输入输出练习1 摘要:#include <bits/stdc++.h> using namespace std; //以空格为分隔符分割字符串 vector<int> split(const string &s,…… 题解列表 2022年01月01日 0 点赞 0 评论 102 浏览 评分:0.0
多输入输出练习1-题解(C++代码) 你以为很难?? 其实简单到连数组都不用!! 摘要:题目描述 给定很多行数据,要求输出每一行的最大值. ------------ 输入 程序有多行输入,每一行以0结束. ------------ 输出 有多行输出,对应输入的行数.…… 题解列表 2020年05月17日 0 点赞 1 评论 1129 浏览 评分:9.9
多输入输出练习1 (C++代码) 摘要:解题思路:注意事项:参考代码:#include<iostream>int main(){ using namespace std; int i=0,max,t; int * s = new int […… 题解列表 2019年04月24日 0 点赞 0 评论 449 浏览 评分:0.0
多输入输出练习1 (C++代码) 摘要:解题思路:注意事项:参考代码:#include<iostream> #include<cmath> #include<string> #include<algorithm> using nam…… 题解列表 2019年04月04日 0 点赞 0 评论 304 浏览 评分:0.0
多输入输出练习1 (C++代码) 摘要:解题思路:这样写也过了。要按三次ctrl注意事项:参考代码:#include <bits/stdc++.h> using namespace std; typedef long long ll; …… 题解列表 2019年03月28日 0 点赞 0 评论 332 浏览 评分:0.0
多输入输出练习1 (C++代码) 摘要:解题思路:注意事项:参考代码:#include <iostream> #include<algorithm> using namespace std; int main() { …… 题解列表 2018年05月17日 0 点赞 0 评论 653 浏览 评分:0.0