代码搜索:Num
找到约 10,000 项符合「Num」的源代码
代码结果 10,000
www.eeworm.com/read/469371/6973838
cc 2628347_ac_0ms_316k.cc
#include
using namespace std;
int main()
{
int n,k=1;
while(true)
{
scanf("%d",&n);
if(n==0)
break;
int num[n],sum=0,count=0;
for
www.eeworm.com/read/469371/6973841
cc 2633544_tle.cc
#include
using namespace std;
int num[64];
bool mg[64];
int n;
bool find(int m,int k,int len)
{
if(m==0 && k==0)
return true;
if(m==0)
m=len;
for(i
www.eeworm.com/read/469371/6973843
cc 2633478_tle.cc
#include
using namespace std;
int num[64];
bool mg[64];
int n;
int cmp(const void *i, const void *j)
{
return *(int *)i - *(int *)j;
}
bool find(int m,int k,int len)
{
if(m=
www.eeworm.com/read/469371/6973845
cc 2633433_tle.cc
#include
using namespace std;
int num[64];
bool mg[64];
int n;
bool find(int m,int k,int len)
{
if(m==0 && k==0)
return true;
if(m==0)
m=len;
for(i
www.eeworm.com/read/469371/6973847
cc 2633505_ac_62ms_312k.cc
#include
using namespace std;
int num[64];
bool mg[64];
int n;
int cmp(const void *i, const void *j)
{
return *(int *)j - *(int *)i;
}
bool find(int m,int k,int len)
{
if(m=
www.eeworm.com/read/469371/6973848
cc 2633521_tle.cc
#include
using namespace std;
int num[64];
bool mg[64];
int n;
int cmp(const void *i, const void *j)
{
return *(int *)j - *(int *)i;
}
bool find(int m,int k,int len)
{
if(m=
www.eeworm.com/read/469371/6973852
cc 2633520_ac_62ms_312k.cc
#include
using namespace std;
int num[64];
bool mg[64];
int n;
int cmp(const void *i, const void *j)
{
return *(int *)j - *(int *)i;
}
bool find(int m,int k,int len)
{
if(m=
www.eeworm.com/read/469371/6973856
cc 3194392_ac_0ms_320k.cc
#include
using namespace std;
int main()
{
int n,count=0,num[1001],m,i=2,j;
scanf("%d",&n);
m=n;
while(n>=i)
{
num[count++]=i;
n=n-i;
www.eeworm.com/read/469371/6973923
cc 2823304_wa.cc
#include
#include
using namespace std;
typedef struct
{
int x;
int y;
int w;
int c;
}node;
int n;
char mg[102];
int cmp(const void *a, const void *
www.eeworm.com/read/469371/6973965
cc 2863821_ac_359ms_1872k.cc
#include
using namespace std;
typedef struct
{
int sign; //记录车号
int s; //记录所去铁道
}node;
node mg[200000];
int num[200003];
int x=1,n,m,ok=1;
int cmp(const void *a,co