代码搜索:while

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

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

cpp 2391.cpp

/* This Code is Submitted by wywcgs for Problem 2391 on 2006-09-28 at 15:59:28 */ #include #include using namespace std; const int N = 102400; int main() { int n, c, p
www.eeworm.com/read/486654/6524700

cpp 1181.cpp

/* This Code is Submitted by wywcgs for Problem 1181 on 2005-09-17 at 11:15:21 */ #include #define ORDER 1500 int main() { long long ugly[ORDER], min; int i, order = 0, m
www.eeworm.com/read/486654/6524744

cpp 1644.cpp

/* This Code is Submitted by wywcgs for Problem 1644 on 2006-06-08 at 16:57:36 */ #include #include using namespace std; const int SN = 1024, PRO = 3; int main() { i
www.eeworm.com/read/486654/6524810

cpp 1763.cpp

/* This Code is Submitted by wywcgs for Problem 1763 on 2006-11-08 at 13:39:21 */ #include #include #include using namespace std; const int MAX = 512; const int
www.eeworm.com/read/486654/6524824

cpp 2134.cpp

/* This Code is Submitted by wywcgs for Problem 2134 on 2005-10-22 at 20:00:21 */ #include #include const int MAX = 128; int digit[16]; void change(int); int main() {
www.eeworm.com/read/486654/6524892

cpp 1900.cpp

/* This Code is Submitted by wywcgs for Problem 1900 on 2005-09-22 at 17:15:46 */ #include int main() { unsigned long n; int win; while(scanf("%lu", &n) == 1) {
www.eeworm.com/read/486654/6524910

cpp 1953.cpp

/* This Code is Submitted by wywcgs for Problem 1953 on 2006-05-17 at 14:25:21 */ #include #include using namespace std; const int PM = 32000; int main() { bool prim
www.eeworm.com/read/486654/6524919

cpp 1895.cpp

/* This Code is Submitted by wywcgs for Problem 1895 on 2006-09-17 at 20:12:00 */ #include #include #include using namespace std; const int N = 1024; const int IN
www.eeworm.com/read/486654/6524923

cpp 1087.cpp

/* This Code is Submitted by wywcgs for Problem 1087 on 2005-09-13 at 22:12:05 */ #include #define LIMIT 1000000 int selfSum(int); int main() { char visited[LIMIT+1] = {0};
www.eeworm.com/read/486654/6524959

cpp 2300.cpp

/* This Code is Submitted by wywcgs for Problem 2300 on 2006-08-02 at 18:17:30 */ #include #include using namespace std; int scan(int); int main() { int n; wh