代码搜索:Sign
找到约 10,000 项符合「Sign」的源代码
代码结果 10,000
www.eeworm.com/read/348596/10882773
txt 1981.txt
#include"iostream.h"
#include"math.h"
#include"algorithm"
struct point
{
double x,y;
}p[310];
double jl(point i,point j)
{
return sqrt((i.x-j.x)*(i.x-j.x)+(i.y-j.y)*(i.y-j.y));
}
www.eeworm.com/read/348596/10882816
txt 2560.txt
#include"iostream.h"
#include"math.h"
#include"stdio.h"
float x[101],y[101];
int sign[101];
typedef struct arc
{int i;
float l;
struct arc *p;
}ARC;
int main()
{int n,i,j,k,to;
doubl
www.eeworm.com/read/348596/10882858
txt 2838.txt
Source
Problem Id:2838 User Id:fzk
Memory:7960K Time:1732MS
Language:G++ Result:Accepted
Source
#include
struct edge {
edge *pri;
edge *next;
};
edge *e[1010];
ed
www.eeworm.com/read/348596/10882886
txt 2135.txt
#include"iostream.h"
#include"stdio.h"
#include"vector"
using namespace std;
struct edge
{
int from;
int to;
int len;
int opp;
};
vector e[1010];
int from[1010],dis[1010],n
www.eeworm.com/read/348596/10883484
txt 2296.txt
#include
#include
#include
struct point
{
int x, y;
};
int len;
inline bool edge( point &a, point &b )
{
return abs(a.x-b.x)
www.eeworm.com/read/348596/10883526
txt 1683.txt
#include"iostream.h"
int h[50][8],n,m;
char obj[8][8];
int sign[50][50];
int alive[50];
int can(int i,int j)
{int k;
for(k=0;k0)break;
if(k==n)return 1;
www.eeworm.com/read/348596/10883645
txt 2132.txt
#include"iostream.h"
int a[700],n,st;
int map[26][26];
bool sign[26];
int num[2000],len;
void cheng(int a)
{int i,t;
for(i=0,t=0;i
www.eeworm.com/read/348596/10883839
txt 2679.txt
Problem Id:2679 User Id:fzk
Memory:13128K Time:78MS
Language:C++ Result:Accepted
Source
#include
#include
#include
using namespace std;
const int size
www.eeworm.com/read/348596/10883897
txt 2676.txt
Problem Id:2676 User Id:fzk
#include
#include
#include
#include
using namespace std;
int sign[9][9][10];
int s[9][9];
char map[10][10];
char map2[1
www.eeworm.com/read/348596/10883911
txt 2580.txt
Problem Id:2580 User Id:fzk
Memory:68K Time:0MS
Language:G++ Result:Accepted
Source
#include "stdio.h"
#include "string.h"
#include "stdlib.h"
int k[20],keys[20][200],to[20][200];
i