代码搜索:printf
找到约 10,000 项符合「printf」的源代码
代码结果 10,000
www.eeworm.com/read/481966/6634142
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/481966/6634143
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/481966/6634148
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/481966/6634155
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/481966/6634165
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/481966/6634168
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/481966/6634175
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/481966/6634183
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
www.eeworm.com/read/481966/6634257
cpp 1025.cpp
/* This Code is Submitted by wywcgs for Problem 1025 on 2005-09-19 at 11:34:05 */
#include
int main()
{
long n, weight[27] = {1};
int t, i, rank[27], j, flag;
for
www.eeworm.com/read/481966/6634279
cpp 2286.cpp
/* This Code is Submitted by wywcgs for Problem 2286 on 2006-06-18 at 21:34:16 */
#include
#include
#include
#include
using namespace std;
const char P