题解 2751: 超级玛丽游戏 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ cout<<" ********"…… 题解列表 2023年09月23日 0 点赞 0 评论 502 浏览 评分:9.9
超级玛丽游戏 摘要:解题思路:同理注意事项:参考代码:#include <stdio.h>int main(){ printf( " ********\n" " …… 题解列表 2023年10月09日 0 点赞 0 评论 847 浏览 评分:9.9
题解 2751: 超级玛丽游戏 摘要:解题思路:直接干就完了注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ cout<<" …… 题解列表 2024年01月10日 0 点赞 0 评论 284 浏览 评分:9.9
2751: 超级玛丽游戏 摘要:解题思路:注意事项:参考代码:/*#include<iostream>using namespace std;int main(){ cout<<" *******…… 题解列表 2024年01月14日 0 点赞 2 评论 159 浏览 评分:9.9
对题2751:注意printf函数的使用以及\n字符的使用 摘要:解题思路:直接复制样例中每一行的输入内容,粘贴到打印语句中即可。注意事项:在输出样例中,由于行长原因,某些在同一行中的内容显示成了两行,注意辨别即可。参考代码:#include<stdio.h>int…… 题解列表 2024年09月06日 0 点赞 0 评论 348 浏览 评分:9.9
今天也是很爱老公们的一天呀! 摘要:解题思路:别人教我的注意事项:不知道参考代码:print(''' ******** ************ …… 题解列表 2023年09月27日 0 点赞 0 评论 291 浏览 评分:9.9
2751: 超级玛丽游戏 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ cout<<" ********"…… 题解列表 2024年01月14日 0 点赞 1 评论 95 浏览 评分:9.9
2751: 超级玛丽游戏题解 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ cout<<" ********"…… 题解列表 2024年12月08日 0 点赞 2 评论 105 浏览 评分:9.9
超级玛丽游戏 摘要:解题思路:注意事项:参考代码:import java.util.Scanner;public class Main { public static void main(String[] args) {…… 题解列表 2023年05月10日 0 点赞 0 评论 413 浏览 评分:9.9
这道题想考察printf的点 摘要:解题思路:复制粘贴,然后在每行末尾加上\n\就OK了注意事项:printf格式控制串中若一行敲不完,行末加一个\然后换行继续敲就行了参考代码:#include<stdio.h> int main()…… 题解列表 2023年12月31日 1 点赞 0 评论 209 浏览 评分:10.0