小九九 (C++代码) 摘要:解题思路:注意事项:参考代码:#include<iostream> #include<cstdio> using namespace std; int main(int argc, char *…… 题解列表 2019年05月10日 0 点赞 0 评论 362 浏览 评分:0.0
小九九简单版(注意题目的格式要求) 摘要:解题思路:循环就完事了注意事项:注意格式参考代码:#include<iostream>#include<iomanip>using namespace std;int main(){ for (int…… 题解列表 2022年06月10日 0 点赞 0 评论 120 浏览 评分:0.0
1671-小九九(代码简洁,思路清晰) 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ for(int i=1;i<=9;i++) …… 题解列表 2022年10月11日 0 点赞 0 评论 86 浏览 评分:0.0
题解 1671: 小九九 摘要:解题思路:注意事项:#include <bits/stdc++.h>using namespace std;int main(){ for (int i=1;i&l…… 题解列表 2025年01月12日 0 点赞 0 评论 20 浏览 评分:0.0
一行代码解决,有帮助给个5星 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ for(int i=1;i<=9;i++){ …… 题解列表 2021年12月16日 0 点赞 0 评论 107 浏览 评分:0.0
小九九-题解(C++代码) 摘要:```cpp #include #include using namespace std; int main() { for(int i=1;i…… 题解列表 2020年05月04日 0 点赞 0 评论 247 浏览 评分:0.0
编写题解 1671: 小九九 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ for (int i=…… 题解列表 2025年01月12日 0 点赞 0 评论 26 浏览 评分:0.0
1671: 小九九 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;long long a;int main(){ for(int i=1;i<=9;i…… 题解列表 2022年05月09日 0 点赞 0 评论 133 浏览 评分:0.0
九九乘法表 摘要:解题思路:注意事项:参考代码:#include<iostream>#include<iomanip>using namespace std;int main(){ for (int i = 1; i …… 题解列表 2022年05月12日 0 点赞 0 评论 174 浏览 评分:0.0
小九九九九九九 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ int i=1,p=1; for(p=1;p<10;p++) …… 题解列表 2023年07月01日 0 点赞 0 评论 64 浏览 评分:0.0