代码搜索:printf

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

代码结果 10,000
www.eeworm.com/read/486654/6524136

cpp 1533.cpp

/* This Code is Submitted by wywcgs for Problem 1533 on 2005-03-24 at 08:05:11 */ #include int numLen(long); int main() { long fib[2][120], order; int i, j, k, l, flag, l
www.eeworm.com/read/486654/6524149

cpp 1401.cpp

/* This Code is Submitted by wywcgs for Problem 1401 on 2005-03-14 at 16:16:32 */ #include int main() { long N, zeroNumber, i, j; int a[2], m, n; while(scanf("%ld", &
www.eeworm.com/read/486654/6524151

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/486654/6524258

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/486654/6524260

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/486654/6524296

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/486654/6524315

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/486654/6524350

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/486654/6524358

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/486654/6524372

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;