代码搜索:Problem
找到约 10,000 项符合「Problem」的源代码
代码结果 10,000
www.eeworm.com/read/486654/6524553
cpp 2171.cpp
/* This Code is Submitted by wywcgs for Problem 2171 on 2006-03-13 at 12:24:07 */
#include
#include
const int MAX = 102400;
int main()
{
char word[MAX];
int i, t, T,
www.eeworm.com/read/486654/6524567
cpp 1796.cpp
/* This Code is Submitted by wywcgs for Problem 1796 on 2005-03-26 at 18:56:59 */
#include
int main()
{
int card[50], stack[50];
int n, r, p, c;
int i, j, top;
www.eeworm.com/read/486654/6524571
cpp 1669.cpp
/* This Code is Submitted by wywcgs for Problem 1669 on 2005-10-29 at 04:07:09 */
#include
const int MAX = 48;
int main()
{
long long f[MAX] = {1};
int i, z, n, p;
for(i =
www.eeworm.com/read/486654/6524573
cpp 1209.cpp
/* This Code is Submitted by wywcgs for Problem 1209 on 2005-03-14 at 15:30:09 */
#include
int main()
{
int N, K, i;
int shdBuy;
scanf("%d", &N);
for(i = 0;
www.eeworm.com/read/486654/6524578
cpp 2312.cpp
/* This Code is Submitted by wywcgs for Problem 2312 on 2006-08-07 at 12:20:03 */
#include
typedef long long int64;
int main()
{
int t, T;
scanf("%d", &T);
for(t = 0; t < T
www.eeworm.com/read/486654/6524603
cpp 2203.cpp
/* This Code is Submitted by wywcgs for Problem 2203 on 2007-01-02 at 21:31:45 */
#include
int main()
{
int need[101] = { 0 }, area[5] = { 0, 78, 95, 99, 100 };
for(int i = 0; i <
www.eeworm.com/read/486654/6524604
cpp 1757.cpp
/* This Code is Submitted by wywcgs for Problem 1757 on 2005-12-11 at 19:12:10 */
#include
int main()
{
int s, d, r;
while(scanf("%d %d", &s, &d) != EOF) {
if(d > 4*s) {
www.eeworm.com/read/486654/6524630
cpp 1804.cpp
/* This Code is Submitted by wywcgs for Problem 1804 on 2006-02-25 at 19:17:15 */
#include
typedef unsigned int uint;
int main()
{
uint code[10];
int i, j, t, T;
scanf("%d"
www.eeworm.com/read/486654/6524635
cpp 2261.cpp
/* This Code is Submitted by wywcgs for Problem 2261 on 2006-06-03 at 17:17:36 */
#include
#include
#include
using namespace std;
const int L = 1024;
int mai
www.eeworm.com/read/486654/6524646
cpp 1716.cpp
/* This Code is Submitted by wywcgs for Problem 1716 on 2006-08-19 at 17:12:14 */
#include
#include
const int N = 10240;
const double S = 4.5;
int main()
{
int n, v[N],