#include using namespace std; void temperature(int t) { try{ if(t==100) throw "·Ðµã£¡"; else if(t==0) throw "±ùµã£¡"; else cout<<"the temperature is OK..."<