代码搜索:Num

找到约 10,000 项符合「Num」的源代码

代码结果 10,000
www.eeworm.com/read/443457/7632905

cpp 1567.cpp

#include int table[2010][2010],hash[2010]; int num; int main() { int i,j,a,b; bool ok; while(scanf("%d",&num)==1){ for(i=1;i
www.eeworm.com/read/443457/7632957

cpp 1497.cpp

#include #include using namespace std; long book[100001],num[1001]; long m,n; void B() { long u, b; scanf("%ld %ld", &u, &b); if(book[b] != 0) { p
www.eeworm.com/read/443457/7632959

cpp 1379.cpp

#include #include #include using namespace std; struct dnasort{ char s[55]; int num; }; int cmp(dnasort a,dnasort b){ return a.num
www.eeworm.com/read/443457/7632972

cpp 1286.cpp

#include #include #include using namespace std; int prime[4000]; int fri[32768]; int isprime(int n){ int i,t=sqrt(double(n)); for(i=2;i
www.eeworm.com/read/443457/7632980

cpp 2061.cpp

#include #include using namespace std; void main() { int t,n,i,sign,k; double s,c,sum,num; char g[31]; cin>>t; k=0; while(k>n;
www.eeworm.com/read/443457/7632989

cpp 1894.cpp

#include #include #include char str[50000][101]; int cmp(const void *a, const void *b) { return strcmp((char *)a, (char *)b); } int main() { int test,
www.eeworm.com/read/443457/7633012

cpp 1870.cpp

#include #include char sq[210]; int main() { int i, len, num; while(scanf("%s", sq) == 1) { len = strlen(sq); num = 0; for(i = 0; i < l
www.eeworm.com/read/443457/7633014

cpp 1506.cpp

#include long h[100010]; long l[100010]; long r[100010]; long i, n; __int64 max, num; int main() { while (scanf("%d", &n) == 1 && n) { for (i = 0; i < n; i++) { scanf("%
www.eeworm.com/read/442891/7642704

cpp 6_11下楼问题.cpp

#include int take[99]; int num=0; void Try(int i,int s) { int j,k; for(j=3;j>0;j--) { if (i>=j) { take[s]=j; if (i==j) { num++; cout
www.eeworm.com/read/442831/7644014

c 15rkey0.c

#define HEAPSORT struct student #define KEY score HEAPSORT { int num; char name[8]; char sex; int age; double score; }; #include "stdio.h" #includ