代码搜索:Problem
找到约 10,000 项符合「Problem」的源代码
代码结果 10,000
www.eeworm.com/read/486654/6524890
cpp 1159.cpp
/* This Code is Submitted by wywcgs for Problem 1159 on 2005-11-10 at 21:51:36 */
#include
class BSTree {
private:
BSTree *left;
BSTree *right;
int v;
public:
BSTree(int n) {
www.eeworm.com/read/486654/6524894
cpp 1784.cpp
/* This Code is Submitted by wywcgs for Problem 1784 on 2007-05-05 at 19:40:37 */
#include
#include
#include
#include
using namespace std;
const int N = 8100
www.eeworm.com/read/486654/6524897
cpp 1252.cpp
/* This Code is Submitted by wywcgs for Problem 1252 on 2006-02-27 at 19:50:11 */
#include
#include
#include
using namespace std;
const int MAX = 32;
const doubl
www.eeworm.com/read/486654/6524901
cpp 2392.cpp
/* This Code is Submitted by wywcgs for Problem 2392 on 2006-10-10 at 15:31:34 */
#include
#include
using namespace std;
const int N = 10240;
int main()
{
int a[N], an
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/6524914
cpp 2374.cpp
/* This Code is Submitted by wywcgs for Problem 2374 on 2006-09-27 at 14:32:22 */
#include
#include
#include
using namespace std;
typedef pair pii;
cons
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/6524922
cpp 1484.cpp
/* This Code is Submitted by wywcgs for Problem 1484 on 2006-06-07 at 11:59:10 */
#include
#include
#include
using namespace std;
const int FN = 128, SN = 2560;
www.eeworm.com/read/486654/6524932
cpp 1012.cpp
/* This Code is Submitted by wywcgs for Problem 1012 on 2005-12-26 at 12:12:01 */
#include
#include
const int MAX = 10240;
const int BEGIN = ' ';
bool parse(char*, int*);
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