根据输入的日期,计算是这一年的第几天
#define _CRT_SECURE_NO_WARNINGS
#include<stdio.h>
#include<string.h>
#include<iostream>
using namespace std;
int days[2][13] = {
{
0,31,59,90,120,151,181,
根据输入的日期,计算是这一年的第几天
#define _CRT_SECURE_NO_WARNINGS
#include<stdio.h>
#include<string.h>
#include<iostream>
using namespace std;
int days[2][13] = {
{
0,31,59,90,120,151,181,