这道题想考察printf的点 摘要:解题思路:复制粘贴,然后在每行末尾加上\n\就OK了注意事项:printf格式控制串中若一行敲不完,行末加一个\然后换行继续敲就行了参考代码:#include<stdio.h> int main()…… 题解列表 2023年12月31日 4 点赞 0 评论 627 浏览 评分:10.0
C++简单解法 摘要:#includeusing namespace std;int main(void){ cout…… 题解列表 2025年03月02日 0 点赞 0 评论 457 浏览 评分:10.0
编写题解 2751: 超级玛丽游戏 摘要:#include<bits/stdc++.h>using namespace std;int main(){ cout<<" &…… 题解列表 2025年09月10日 1 点赞 1 评论 646 浏览 评分:10.0