#1034

1034 Head of a Gang (30分)(dfs 利用map)

Onewaythatthepolicefindstheheadofagangistocheckpeople'sphonecalls.Ifthereisaphonecallbetween A and B,wesaythat A and B isrela...
代码星球 ·2020-08-09

ORA-01034: ORACLE not available 出错

调用db.rlogon("sm/sm")出现以下错误ORA-01034:ORACLEnotavailableORA-27101:sharedmemoryrealmdoesnotexistLinuxError:2:Nosuchfileordirectory 原因之一:连接数据库是没有填写数据库名 解决...

hdu1034

#include<stdio.h>constintMAXN=1000;inta[MAXN];intmain(){intn;inti;while(scanf("%d",&n),n){for(i=0;i<n;i++)scanf("%d",&a[i]);intres=0;while(1){f...
代码星球 ·2020-06-14

UVa 10341

原题:Solvetheequation:        p*e-x + q*sin(x)+ r*cos(x)+ s*tan(x)+ t*x2 + u =0&nb...
代码星球 ·2020-05-25

1034 有理数四则运算 (20 分)

本题要求编写程序,计算2个有理数的和、差、积、商。输入格式:输入在一行中按照 a1/b1a2/b2 的格式给出两个分数形式的有理数,其中分子和分母全是整型范围内的整数,负号只可能出现在分子前,分母不为0。输出格式:分别在4行中按照 有理数1运算符有理数2=结果 的格式顺序输出2个...
代码星球 ·2020-04-08

1034. Head of a Gang (30)

Onewaythatthepolicefindstheheadofagangistocheckpeople'sphonecalls.IfthereisaphonecallbetweenAandB,wesaythatAandBisrelated.Theweightofarelationisdefinedtobetheto...
代码星球 ·2020-04-08
首页上一页12下一页尾页