#include using namespace std; void temperature(int t) { if(t==100) throw "沸点!"; else if(t==0) throw "冰点!"; else{cout<<"temperatore="<