using System;
using System.Collections.Generic;
using System.Text;
namespace ConsoleApplication1
{
class Program
{
static void Main()
{
Console.Write("请输入一字串:");
string str = String.Concat(Console.ReadLine());
double sum = 0;
Queue<char> cQueue = new Queue<char>();
Queue<Double> dQueue = new Queue<double>(); //放结果
bool IsReadingDigit = false; //读取中(关)
bool IsReadEndDigit = false; //读取结束(关)
bool hasDot = false;//是否有小数点(判断小数点)
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>以上是宣告喔<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< ..
访客只能看到部份内容,免费 加入会员 或由脸书 Google 可以看到全部内容