代码搜索:printf
找到约 10,000 项符合「printf」的源代码
代码结果 10,000
www.eeworm.com/read/486654/6524380
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/486654/6524388
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
www.eeworm.com/read/486654/6524417
cpp 1884.cpp
/* This Code is Submitted by wywcgs for Problem 1884 on 2006-09-18 at 15:29:31 */
#include
#include
using namespace std;
typedef long long int64;
const int N = 33;
const i
www.eeworm.com/read/486654/6524452
cpp 1255.cpp
/* This Code is Submitted by wywcgs for Problem 1255 on 2006-11-13 at 21:44:45 */
#include
#include
#include
#include
using namespace std;
const char C
www.eeworm.com/read/486654/6524457
cpp 1251.cpp
/* This Code is Submitted by wywcgs for Problem 1251 on 2005-03-14 at 22:26:46 */
#include
int main()
{
int a, i, flag;
while(1){
flag = 0;
for(i = 8
www.eeworm.com/read/486654/6524496
cpp 1131.cpp
/* This Code is Submitted by wywcgs for Problem 1131 on 2005-03-09 at 19:53:00 */
#include
int main()
{
char a[7], n[8];
int baseOne, baseTwo, i, j;
long N, baseTwoMax;
www.eeworm.com/read/486654/6524516
cpp 2466.cpp
/* This Code is Submitted by wywcgs for Problem 2466 on 2007-04-16 at 11:08:47 */
#include
#include
#include
using namespace std;
class ACMER {
publ
www.eeworm.com/read/486654/6524575
cpp 1078.cpp
/* This Code is Submitted by wywcgs for Problem 1078 on 2005-03-04 at 21:32:28 */
#include
int main()
{
double b[10] = {0};
int i, a[10] = {1};
for(i = 1; i < 10;
www.eeworm.com/read/486654/6524577
cpp 1031.cpp
/* This Code is Submitted by wywcgs for Problem 1031 on 2005-09-25 at 17:27:41 */
#include
#include
#define MAXNUM 60000
#define INFINITE 60000000
int main()
{
int
www.eeworm.com/read/486654/6524582
cpp 1107.cpp
/* This Code is Submitted by wywcgs for Problem 1107 on 2005-09-16 at 19:59:18 */
#include
int main()
{
int i, j, n, m, p;
int pr[1001] = {1}, prime[180], prNum[1001];