代码搜索:printf

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

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

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

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
www.eeworm.com/read/486654/6524843

cpp 1317.cpp

/* This Code is Submitted by wywcgs for Problem 1317 on 2005-11-01 at 18:28:09 */ #include const int MAX = 32; int main() { int track, n, T; int t, i, even, odd; bool can;
www.eeworm.com/read/486654/6524844

cpp 2517.cpp

/* This Code is Submitted by wywcgs for Problem 2517 on 2007-07-02 at 16:32:56 */ #include #include #include using namespace std; #define FOR(i, a, b) for(int i = (
www.eeworm.com/read/486654/6524849

cpp 2251.cpp

/* This Code is Submitted by wywcgs for Problem 2251 on 2006-05-29 at 10:22:42 */ #include #include #include using namespace std; const int N = 128; const int DI
www.eeworm.com/read/486654/6524856

cpp 1384.cpp

/* This Code is Submitted by wywcgs for Problem 1384 on 2005-03-12 at 12:36:59 */ #include int main() { long N, limit; int a[11], length, i, flag; while(scanf("%l
www.eeworm.com/read/486654/6524866

cpp 1813.cpp

/* This Code is Submitted by wywcgs for Problem 1813 on 2006-01-15 at 15:13:02 */ #include int main() { int i, a, b; while(scanf("%d %d", &a, &b) == 2 && (a != 0 || b != 0)) {
www.eeworm.com/read/486654/6524869

cpp 1435.cpp

/* This Code is Submitted by wywcgs for Problem 1435 on 2005-03-26 at 12:17:44 */ #include #include int numLen(long); int main() { long a[2][12] = {0}; char n
www.eeworm.com/read/486654/6524876

cpp 2184.cpp

/* This Code is Submitted by wywcgs for Problem 2184 on 2006-03-28 at 13:45:38 */ #include const int MAX = 256; const int L = 32; int main() { int b, e; char line[MAX], tag[MAX
www.eeworm.com/read/486654/6524884

cpp 2373.cpp

/* This Code is Submitted by wywcgs for Problem 2373 on 2006-09-25 at 19:31:10 */ #include #include using namespace std; int C(int, int); int main() { int n, m; w