代码搜索:Friday
找到约 1,219 项符合「Friday」的源代码
代码结果 1,219
www.eeworm.com/read/358751/10180195
pas friday.pas
{
ID:maigoak1
PROG:friday
}
program friday;
const
monthday:array[1..12]of byte=(3,0,3,2,3,2,3,3,2,3,2,3);
var
fin,fout:text;
count:array[0..6]of integer;
years,year,month,weekday:i
www.eeworm.com/read/358750/10180488
cpp friday.cpp
/*
ID: dd.ener1
PROG: friday
LANG: C++
*/
#include
using namespace std;
long NowYear,NowMonth,NowDay;
inline bool isLeapYear(){
if(!(NowYear%100))return !(NowYear%400);
ret
www.eeworm.com/read/448968/7521434
cpp friday.cpp
/*
ID: chenkai4
PROG: friday
LANG: C++
*/
#include
#include
using namespace std;
ifstream in("friday.in");
ofstream out("friday.out");
int nums[7]={0};
int days[13]={31
www.eeworm.com/read/324308/13272515
asm friday.asm
;-------------------------------------------------------------------;
; Simple little program to change the date to July 13th, 1990 ;
; Which just happens to be a Friday...what a coincidence..
www.eeworm.com/read/485228/6568290
txt friday.txt
I don't care if monday's blue
Tuesday's grey and wednesday too
Thursday I don't care about you
It's friday I'm in love
Monday you can fall apart
Tuesday wednesday break my heart
Thursday doesn
www.eeworm.com/read/157243/11725287
htm friday.htm
Not FoundNot Found The requested object does not exist on this server. The link you followed is either outdated, inaccurate, or the server has been instructed not to let you ha
www.eeworm.com/read/157243/11725786
html friday.html
Not FoundNot Found The requested object does not exist on this server. The link you followed is either outdated, inaccurate, or the server has been instructed not to let you ha
www.eeworm.com/read/366666/9805467
cpp usacp_friday.cpp
/*
ID: wangyuc2
PROG: friday
LANG: C++
*/
#include
#include
#include
using namespace std;
int month[12]={31,28,31,30,31,30,31,31,30,31,30,31};
int leap_ye