private static int SeqNo(RtuInfo rtu, int no)
{
int i;
int k = 0;
bool FindOk;
FindOk = false;
for (i = 1; i < 10; i++)
{
if (rtu.Elem.Substring(6 + i, 1) == "1")
{
k = k + 1;
if (k == no)
{
FindOk = true;
break;
}
}
}
if (FindOk)
return i * 10;
else
return 99;
}inputs
- follow
- make
- welcome
Solving these
2014-06-11 13:29:44
I get 10 times more traffic from Google 1 than from Yahoo 2 or MSN 3.
I get 10 times more traffic from Google than from Yahoo or MSN.
##参考资料##
[1]. ^Google.分析屏蔽原因.谷歌中国.2013-09-14.
[1]. ^Google.[分析屏蔽原因].谷歌中国.2013-09-14.