代码搜索:printf

找到约 10,000 项符合「printf」的源代码

代码结果 10,000
www.eeworm.com/read/481966/6633449

cpp 1302.cpp

/* This Code is Submitted by wywcgs for Problem 1302 on 2005-03-27 at 17:31:19 */ #include int main() { long n, fact[10]; int i, flag; fact[0] = 1; for(i = 1
www.eeworm.com/read/481966/6633557

cpp 1453.cpp

/* This Code is Submitted by wywcgs for Problem 1453 on 2005-03-19 at 22:24:40 */ #include typedef struct{ int prefixe; double value; }PhysicNum; int main() { c
www.eeworm.com/read/481966/6633559

cpp 1837.cpp

/* This Code is Submitted by wywcgs for Problem 1837 on 2006-08-25 at 00:32:10 */ #include #include using namespace std; const int N = 1
www.eeworm.com/read/481966/6633595

cpp 2422.cpp

/* This Code is Submitted by wywcgs for Problem 2422 on 2006-12-04 at 12:43:25 */ #include #include #include using namespace std; const int L = 84; const int N =
www.eeworm.com/read/481966/6633614

cpp 1014.cpp

/* This Code is Submitted by wywcgs for Problem 1014 on 2005-03-06 at 12:57:00 */ #include int main() { int b, a[100], i; long n, sum, length; while(1){
www.eeworm.com/read/481966/6633649

cpp 2501.cpp

/* This Code is Submitted by wywcgs for Problem 2501 on 2007-06-05 at 10:12:58 */ #include #include using namespace std; const int N = 256; bool atk[N][N]; int pth[N][N]
www.eeworm.com/read/481966/6633657

cpp 1913.cpp

/* This Code is Submitted by wywcgs for Problem 1913 on 2006-01-11 at 19:10:59 */ #include #include using namespace std; const int MAX = 51200; class Interval { public
www.eeworm.com/read/481966/6633671

cpp 1483.cpp

/* This Code is Submitted by wywcgs for Problem 1483 on 2005-03-19 at 12:05:58 */ #include #include int main() { unsigned long m, n, i, j, *mat = NULL, k, mats;
www.eeworm.com/read/481966/6633679

cpp 1457.cpp

/* This Code is Submitted by wywcgs for Problem 1457 on 2005-03-20 at 17:46:45 */ #include int main() { int n, row, col, hori[100], vert; int i, j, vertFlag, horiFlag, temp;
www.eeworm.com/read/481966/6633687

cpp 2363.cpp

/* This Code is Submitted by wywcgs for Problem 2363 on 2006-09-22 at 17:08:19 */ #include #include #include using namespace std; const int N = 10240; int dn[10