多输入输出练习1(模拟) 摘要:解题思路:模拟注意事项:参考代码:#include<iostream>usingnamespacestd;intmain(){ int&…… 题解列表 2025年02月03日 0 点赞 0 评论 426 浏览 评分:0.0
1202: 多输入输出练习1 摘要:```cpp #include using namespace std; int main() { int x,max; while(cin>>x) { …… 题解列表 2023年01月01日 0 点赞 0 评论 659 浏览 评分:9.9
编写题解 1202: 多输入输出练习1 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ int n; int max = 0; while(…… 题解列表 2022年03月28日 0 点赞 0 评论 436 浏览 评分:0.0
Hifipsysta-1202-多输入输出练习1(C++代码) ```cpp#include#include#includeusingnamespacestd;boolarrange_rule(inta,intb){returna>b;}intmain(){vectorvect;intval;while(cin>>val){vect.push_back(val); 题解列表 2022年02月05日 0 点赞 0 评论 489 浏览 评分:0.0
1202: 多输入输出练习1 摘要:#include <bits/stdc++.h> using namespace std; //以空格为分隔符分割字符串 vector<int> split(const string &s,…… 题解列表 2022年01月01日 0 点赞 0 评论 467 浏览 评分:0.0
多输入输出练习1-题解(C++代码) 你以为很难?? 其实简单到连数组都不用!! 题目描述给定很多行数据,要求输出每一行的最大值.------------输入程序有多行输入,每一行以0结束.------------输出有多行输出,对应输入的行数.------------样例输入23-45633780432398766-13732405442779102234-44-7327230- 题解列表 2020年05月17日 0 点赞 1 评论 1904 浏览 评分: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 评论 1458 浏览 评分:0.0
多输入输出练习1 (C++代码) 摘要:解题思路:注意事项:参考代码:#include<iostream> #include<cmath> #include<string> #include<algorithm> using nam…… 题解列表 2019年04月04日 0 点赞 0 评论 1325 浏览 评分:0.0
多输入输出练习1 (C++代码) 摘要:解题思路:这样写也过了。要按三次ctrl注意事项:参考代码:#include <bits/stdc++.h> using namespace std; typedef long long ll; …… 题解列表 2019年03月28日 0 点赞 0 评论 1910 浏览 评分:0.0
多输入输出练习1 (C++代码) 摘要:解题思路:注意事项:参考代码:#include <iostream> #include<algorithm> using namespace std; int main() { …… 题解列表 2018年05月17日 0 点赞 0 评论 1924 浏览 评分:0.0