题解列表

筛选

2025/8/8刷题记录

摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main(){ int sum; scanf("%d……

2025/8/8刷题记录

摘要:解题思路:pow输出是float类型要将小数位省区注意事项:参考代码:#include<stdio.h>#include <math.h>int main(){ &……

年龄与疾病题解

摘要:解题思路:注意事项:本人第一次发题解,如果有不好的地方,请指出。  ……