题解列表

筛选

用结构体表达时间并进行运用

摘要:解题思路:注意事项:2月注意常规的闰年判断参考代码:#include <stdio.h>struct Ymd{ unsigned int year; unsigned int month; unsig……

汪汪与洋洋(C++)

摘要:解题思路:注意事项:参考代码:#include <iostream>using namespace std;int s=0;void dfs(int p,int sum){    if(p==3){ ……