第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機立即綁定

今天是相戀4周年紀念日,一個計算我和我老婆相戀時間的程序。

標簽:
C

// ConsoleApplication6.cpp : 定义控制台应用程序的入口点。
//

#include "stdafx.h"

int _tmain(int argc, _TCHAR* argv[])
{
    return 0;
}

#include <stdio.h>
int main()
{
    /* 定义需要计算的日期 */
    int year = 2016;
    int month = 9;
    int day = 30;   
    int today = 0;
    int i = month - 1;//前面有i个月
    switch (i)
    {
    case 0: today = 0;
        break;
    case 1: today += 31;
        break;
    case 2:

        today += (28 + 31);
        break;
    case 3:
        today += (31 + 28 + 31);
        break;
    case 4:
        today += (31 + 28 + 31 + 30);
        break;
    case 5:
        today += (31 + 28 + 31 + 30 + 31);
        break;
    case 6:
        today += (31 + 28 + 31 + 30 + 31 + 30);
        break;
    case 7:
        today += (31 + 28 + 31 + 30 + 31 + 30 + 31);
        break;
    case 8:
        today += (31 + 28 + 31 + 30 + 31 + 30 + 31 + 31);
        break;
    case 9:
        today += (31 + 28 + 31 + 30 + 31 + 30 + 31 + 31 + 30);
        break;
    case 10:
        today += (31 + 28 + 31 + 30 + 31 + 30 + 31 + 31 + 30 + 31);
        break;
    case 11:
        today += (31 + 28 + 31 + 30 + 31 + 30 + 31 + 31 + 30 + 31 + 30);
        break;
    default:printf("error\n");
    }
    today = day + today;
    int k= 365 - today;
    int w = today + 365 * (year - 2013)+92;
    if( year % 4 == 0 && year % 100 != 0year%400==0)today=today+1;
    else today=today+0;
    printf("%d年%d月%d日是该年的第%d天,距离今年结束还有%d天,是我们相恋第%d天。\n", year, month, day, today,k,w);
    return 0;
}

一个计算我和我老婆相恋时间的程序。
點擊查看更多內容
50人點贊

若覺得本文不錯,就分享一下吧!

評論

作者其他優(yōu)質文章

正在加載中
感謝您的支持,我會繼續(xù)努力的~
掃碼打賞,你說多少就多少
贊賞金額會直接到老師賬戶
支付方式
打開微信掃一掃,即可進行掃碼打賞哦
今天注冊有機會得

100積分直接送

付費專欄免費學

大額優(yōu)惠券免費領

立即參與 放棄機會
微信客服

購課補貼
聯系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號

舉報

0/150
提交
取消