摘要:
题目 代码 1 #include<iostream> 2 #include<algorithm> 3 using namespace std; 4 5 int ISYEAP(int x){ 6 if((x%100!=0 && x % 4 == 0) || (x % 400 == 0) )return 阅读全文
posted @ 2021-03-02 17:40
Uitachi
阅读(64)
评论(0)
推荐(0)
摘要:
题目 2008年上海交大计算机上机题 代码 1 #include<iostream> 2 #include<algorithm> 3 #include<cstring> 4 using namespace std; 5 6 int ISYEAP(int x){ 7 if((x%100!=0 && x 阅读全文
posted @ 2021-03-02 17:23
Uitachi
阅读(132)
评论(0)
推荐(0)

浙公网安备 33010602011771号