9 Star 58 Fork 6

lundechen/cpp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
main.cpp 428 Bytes
一键复制 编辑 原始数据 按行查看 历史
lundechen 提交于 3年前 . cpp
#include <iostream>
#include "evenement.h"
int main() {
using namespace std;
using namespace TIME;
Evt1j e1(Date(4, 10, 1957), "Spoutnik");
Evt1j e2(Date(11, 6, 2013), "Shenzhou");
Evt1jDur e3(Date(11, 6, 2013), "Lancement de Longue Marche", Horaire(17, 38), Duree
(0, 10));
Rdv e4(Date(11, 4, 2013), "reunion UV", Horaire(17, 30), Duree(60), "Intervenants UV", "bureau");
return 0;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lundechen/cpp.git
git@gitee.com:lundechen/cpp.git
lundechen
cpp
cpp
ex30-ans

搜索帮助