例如我编了个程序求e对数include "iostream.h"include "math.h"{double a;cin>>a;double b=log(a)cout<<b<<endl}写完之后我想他不断输入a写什么语句