[STL训练]寻梦 (Java代码) 摘要:import java.util.Scanner; public class Main { public static void main(String[] args) { …… 题解列表 2022年06月01日 0 点赞 0 评论 87 浏览 评分:9.9
[STL训练]寻梦(c语言gets过不了) 摘要:```c #include #include int main() { int n; scanf("%d", &n); getchar(); while (n--) {…… 题解列表 2023年04月25日 0 点赞 1 评论 157 浏览 评分:9.9
寻梦之C++解题 摘要:#include<iostream> #include<string> using namespace std; int main() { int n; string s1, s2;…… 题解列表 2024年10月19日 0 点赞 0 评论 33 浏览 评分:0.0
[STL训练]寻梦,无STL纯循环解法! 摘要:解题思路:注意事项:参考代码:#include"bits/stdc++.h" using namespace std; int main(){ // 定义整数变量a int a; …… 题解列表 2024年11月12日 0 点赞 0 评论 52 浏览 评分:0.0