生日日数(模拟) 摘要:解题思路:模拟注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;boolisleap(int…… 题解列表 2025年04月03日 0 点赞 0 评论 374 浏览 评分:0.0
盐水的故事(模拟) 摘要:解题思路:模拟注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;intmain(){…… 题解列表 2025年04月04日 0 点赞 0 评论 376 浏览 评分:0.0
矩阵转置(模拟) 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;constintN&…… 题解列表 2025年04月04日 0 点赞 0 评论 389 浏览 评分:0.0
求大佬看看哪里错了,自己运行的答案是对的,但是测试有错误 摘要:解题思路:注意事项:参考代码:#define_CRT_SECURE_NO_WARNINGS#include<stdio.h>intmain(){ i…… 题解列表 2025年04月04日 0 点赞 0 评论 442 浏览 评分:0.0
王牌花色"A不应该是最大的吗?“ 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<string.h>int getCardValue(char card) { &n…… 题解列表 2025年04月04日 0 点赞 0 评论 448 浏览 评分:0.0
3311:排队(Java语言) 摘要:解题思路:用BufferedReader读取比Scanner节省时间和内存注意事项:题目描述:没有比x更高的同学,其实应该是比x低参考代码:importjava.io.BufferedRe…… 题解列表 2025年04月05日 0 点赞 0 评论 503 浏览 评分:0.0
干就完了,bro 解题思路:注意事项:参考代码:#include#includeusingnamespacestd;dequeresult;dequedeq;/*voidinIt(strings){for(charc:s){result.push_back(c) 题解列表 2025年04月06日 0 点赞 0 评论 369 浏览 评分:0.0
干就完了,bro 解题思路:注意事项:参考代码:#include#include#includeusingnamespacestd;intmain(intargc,charconst*argv[]){std::ios::sync_with_stdio(false 题解列表 2025年04月06日 0 点赞 0 评论 361 浏览 评分:0.0
回文数字-将数字转换为字符串进行比较 解题思路:注意事项:参考代码:#include#include#includeusingnamespacestd;//判断数字是否是回文数boolisPalindrome(intnum){strings=to_string(num);intlen=s. 题解列表 2025年04月06日 0 点赞 0 评论 514 浏览 评分:0.0
报时助手·——最朴实无华的解法 解题思路:注意事项:参考代码:#includeusingnamespacestd;stringhour[]={"zero","one","two","three","four","five","six","seven", 题解列表 2025年04月06日 0 点赞 0 评论 351 浏览 评分:0.0