小九九简单版(注意题目的格式要求) 摘要:解题思路:循环就完事了注意事项:注意格式参考代码:#include<iostream>#include<iomanip>using namespace std;int main(){ for (int…… 题解列表 2022年06月10日 0 点赞 0 评论 157 浏览 评分:0.0
编写题解 1671: 小九九 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ for (int i=…… 题解列表 2025年01月12日 0 点赞 0 评论 263 浏览 评分:0.0
小九九题解记得给好评 摘要:解题思路:注意事项:注意打印乘积结果是用列乘以行!!!不是行乘以列!!!参考代码:#include<bits/stdc++.h>using namespace std;int main()…… 题解列表 2025年01月12日 0 点赞 0 评论 179 浏览 评分:0.0
题解 1671: 小九九 摘要:解题思路:注意事项:#include <bits/stdc++.h>using namespace std;int main(){ for (int i=1;i&l…… 题解列表 2025年01月12日 0 点赞 0 评论 144 浏览 评分: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 评论 106 浏览 评分:0.0
1671-小九九(代码简洁,思路清晰) 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ for(int i=1;i<=9;i++) …… 题解列表 2022年10月11日 0 点赞 0 评论 149 浏览 评分:0.0
1671: 小九九 摘要:解题思路:我偷懒了,面向结果编程注意事项:参考代码:#include <iostream> using namespace std; int main() { printf("1*…… 题解列表 2022年10月09日 0 点赞 0 评论 91 浏览 评分:0.0
九九乘法表 摘要:解题思路:注意事项:参考代码:#include<iostream>#include<iomanip>using namespace std;int main(){ for (int i = 1; i …… 题解列表 2022年05月12日 0 点赞 0 评论 240 浏览 评分: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 评论 155 浏览 评分: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 评论 149 浏览 评分:0.0