代码搜索:printf

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

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

cpp 1560.cpp

/* This Code is Submitted by wywcgs for Problem 1560 on 2005-10-29 at 08:36:37 */ #include const int MAX = 46500; const int N_MAX = 12800; int p[N_MAX], pn = 0; bool prime[MAX] = {
www.eeworm.com/read/481966/6633983

cpp 1138.cpp

/* This Code is Submitted by wywcgs for Problem 1138 on 2005-03-18 at 23:12:37 */ #include #include typedef struct{ int vert[2][2]; int hori[3]; }Number;
www.eeworm.com/read/481966/6634041

cpp 1150.cpp

/* This Code is Submitted by wywcgs for Problem 1150 on 2006-08-21 at 16:04:02 */ #include #include using namespace std; const int B = 19; const int S = 1
www.eeworm.com/read/481966/6634068

cpp 1260.cpp

/* This Code is Submitted by wywcgs for Problem 1260 on 2006-05-17 at 20:04:56 */ #include #include #include using namespace std; const int EN = 32; int eo[E
www.eeworm.com/read/481966/6634086

cpp 1219.cpp

/* This Code is Submitted by wywcgs for Problem 1219 on 2006-01-09 at 22:47:43 */ #include int main() { int x, y, dx, dy, n, s; while(scanf("%d %d %d %d %d", &s, &x, &y, &dx, &dy
www.eeworm.com/read/481966/6634095

cpp 1442.cpp

/* This Code is Submitted by wywcgs for Problem 1442 on 2005-03-21 at 22:27:41 */ #include int main() { int b, a[13], c = 0; int i, j ,k, l, m, n; while(scanf("%d
www.eeworm.com/read/481966/6634106

cpp 2307.cpp

/* This Code is Submitted by wywcgs for Problem 2307 on 2006-08-07 at 11:02:34 */ #include #include #include using namespace std; const int S = 1
www.eeworm.com/read/481966/6634117

cpp 1122.cpp

/* This Code is Submitted by wywcgs for Problem 1122 on 2006-08-19 at 23:27:59 */ #include #include using namespace std; const int B = 19; const int S = 1
www.eeworm.com/read/481966/6634126

cpp 2036.cpp

/* This Code is Submitted by wywcgs for Problem 2036 on 2005-10-01 at 09:05:58 */ #include #include int main() { long n, k, coef[10001], i, j; int haveNum, zero, p;
www.eeworm.com/read/481966/6634133

cpp 2212.cpp

/* This Code is Submitted by wywcgs for Problem 2212 on 2006-04-18 at 12:05:26 */ #include #include #include using namespace std; typedef long long int64; const