星期几的计算
摘要:
任意给出一个日期,按照格式形如2006-11-10输入后,即可以判断这天为星期几。 程序如下: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->#include int main(){ int day,month,year,i,days=0,s,k;... 阅读全文
posted @ 2006-11-11 18:58 woodfish 阅读(1704) 评论(2) 推荐(1) 编辑