代码搜索:Problem
找到约 10,000 项符合「Problem」的源代码
代码结果 10,000
www.eeworm.com/read/486654/6524396
cpp 1293.cpp
/* This Code is Submitted by wywcgs for Problem 1293 on 2006-03-07 at 12:48:22 */
#include
#include
#include
using namespace std;
const int MAX = 256;
class Pa
www.eeworm.com/read/486654/6524398
cpp 1563.cpp
/* This Code is Submitted by wywcgs for Problem 1563 on 2006-02-15 at 16:39:58 */
#include
#include
#include
using namespace std;
const int MAX = 512;
const char
www.eeworm.com/read/486654/6524402
cpp 1685.cpp
/* This Code is Submitted by wywcgs for Problem 1685 on 2005-03-24 at 07:12:02 */
#include
int main()
{
int maxWid, totalLen, totalWid, recLen, recWid;
int curLen, curWid;
www.eeworm.com/read/486654/6524405
cpp 1512.cpp
/* This Code is Submitted by wywcgs for Problem 1512 on 2006-07-23 at 15:40:24 */
#include
#include
using namespace std;
const int MAX = 102400;
const int INF = 210000000
www.eeworm.com/read/486654/6524411
cpp 2056.cpp
/* This Code is Submitted by wywcgs for Problem 2056 on 2005-12-21 at 13:02:00 */
#include
#include
#include
using namespace std;
const int MAX = 128;
int ma
www.eeworm.com/read/486654/6524415
cpp 1963.cpp
/* This Code is Submitted by wywcgs for Problem 1963 on 2005-12-21 at 17:43:40 */
#include
#include
#include
using namespace std;
const char zone[][8] = { "UTC", "GMT
www.eeworm.com/read/486654/6524419
cpp 1514.cpp
/* This Code is Submitted by wywcgs for Problem 1514 on 2006-07-23 at 15:20:27 */
#include
#include
#include
using namespace std;
const int MAX = 64;
class Node
www.eeworm.com/read/486654/6524423
cpp 1303.cpp
/* This Code is Submitted by wywcgs for Problem 1303 on 2006-07-23 at 15:18:02 */
#include
#include
#include
using namespace std;
const int CN = 1024;
char move
www.eeworm.com/read/486654/6524430
cpp 1121.cpp
/* This Code is Submitted by wywcgs for Problem 1121 on 2005-12-11 at 16:30:38 */
#include
#include
#include
#include
using namespace std;
const int MAX = 1
www.eeworm.com/read/486654/6524436
cpp 2132.cpp
/* This Code is Submitted by wywcgs for Problem 2132 on 2006-03-01 at 21:02:08 */
#include
#include
#include
using namespace std;
typedef pair pii;
co