2751: 超级玛丽游戏题解 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ cout<<" ********"…… 题解列表 2024年12月08日 0 点赞 2 评论 105 浏览 评分:9.9
用啥写都一样 摘要:解题思路:e......注意事项:无参考代码:print(''' ******** ************ …… 题解列表 2024年10月25日 0 点赞 0 评论 107 浏览 评分:0.0
对题2751:注意printf函数的使用以及\n字符的使用 摘要:解题思路:直接复制样例中每一行的输入内容,粘贴到打印语句中即可。注意事项:在输出样例中,由于行长原因,某些在同一行中的内容显示成了两行,注意辨别即可。参考代码:#include<stdio.h>int…… 题解列表 2024年09月06日 0 点赞 0 评论 348 浏览 评分:9.9
编写题解 2751: 超级玛丽游戏 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ cout<<" ********"…… 题解列表 2024年06月09日 0 点赞 0 评论 193 浏览 评分:7.3
2751: 超级玛丽游戏 摘要:解题思路:注意事项:参考代码:/*#include<iostream>using namespace std;int main(){ cout<<" *******…… 题解列表 2024年01月14日 0 点赞 2 评论 159 浏览 评分:9.9
2751: 超级玛丽游戏 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ cout<<" ********"…… 题解列表 2024年01月14日 0 点赞 1 评论 95 浏览 评分:9.9
题解 2751: 超级玛丽游戏 摘要:解题思路:直接干就完了注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ cout<<" …… 题解列表 2024年01月10日 0 点赞 0 评论 284 浏览 评分:9.9
这道题想考察printf的点 摘要:解题思路:复制粘贴,然后在每行末尾加上\n\就OK了注意事项:printf格式控制串中若一行敲不完,行末加一个\然后换行继续敲就行了参考代码:#include<stdio.h> int main()…… 题解列表 2023年12月31日 1 点赞 0 评论 209 浏览 评分:10.0
编写题解 2751: 超级玛丽游戏 摘要:解题思路: ******** ************ ####....#. #..###.....##.... …… 题解列表 2023年12月24日 0 点赞 1 评论 133 浏览 评分:8.0
题解 2751: 超级玛丽游戏 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ cout<<" ********"<…… 题解列表 2023年12月05日 0 点赞 0 评论 90 浏览 评分:8.5