代码搜索:Problem
找到约 10,000 项符合「Problem」的源代码
代码结果 10,000
www.eeworm.com/read/482262/6630621
bat test.bat
@echo off
if "%1"=="" goto loop
copy hunger%1.in hunger.in >nul
echo Problem Test
echo Data %1
hunger>hunger.out
fc hunger.out hunger%1.out
del hunger.in
del hunger.out
pause
goto end
:loop
www.eeworm.com/read/482262/6630650
bat test.bat
@echo off
if "%1"=="" goto loop
copy oil%1.in oil.in >nul
echo Problem Test
echo Data %1
oil>oil.out
fc oil.out oil%1.out
del oil.in
del oil.out
pause
goto end
:loop
for %%i in (1 2 3 4 5)
www.eeworm.com/read/481966/6633363
cpp 1196.cpp
/* This Code is Submitted by wywcgs for Problem 1196 on 2006-01-10 at 01:26:22 */
#include
const int MAX = 128;
const int LAST = 13;
int main()
{
int i, j, n, m[MAX];
for(i
www.eeworm.com/read/481966/6633380
cpp 1500.cpp
/* This Code is Submitted by wywcgs for Problem 1500 on 2006-01-29 at 02:12:40 */
#include
#include
using namespace std;
int main()
{
int i, j, hanoi[13] = { 0, 1 };
www.eeworm.com/read/481966/6633382
cpp 1871.cpp
/* This Code is Submitted by wywcgs for Problem 1871 on 2005-09-25 at 21:50:42 */
#include
int main()
{
unsigned long K, fact[7];
int N, i, j;
char hex[8];
fact[0] = 1;
f
www.eeworm.com/read/481966/6633396
cpp 1171.cpp
/* This Code is Submitted by wywcgs for Problem 1171 on 2006-11-13 at 21:45:36 */
#include
#include
using namespace std;
const int N = 32;
int main()
{
int n, m, g[N
www.eeworm.com/read/481966/6633399
cpp 2079.cpp
/* This Code is Submitted by wywcgs for Problem 2079 on 2005-10-15 at 09:12:09 */
#include
#include
double t;
double except(int, double);
int main()
{
int n;
whi
www.eeworm.com/read/481966/6633403
cpp 2100.cpp
/* This Code is Submitted by wywcgs for Problem 2100 on 2005-10-05 at 16:45:19 */
#include
int main()
{
long p, q, x, y, s, t;
int test, i;
scanf("%d", &test);
for(i = 0; i
www.eeworm.com/read/481966/6633408
cpp 1015.cpp
/* This Code is Submitted by wywcgs for Problem 1015 on 2006-02-08 at 15:50:15 */
#include
const int MAX = 32000;
int main()
{
bool prime[MAX] = { true, true };
int n, i, j, t,
www.eeworm.com/read/481966/6633427
cpp 1964.cpp
/* This Code is Submitted by wywcgs for Problem 1964 on 2006-08-09 at 10:18:20 */
#include
#include
const int V = 200;
int main()
{
int t, T, i, j;
double x[3], y[3], e