nbnb
2026-08-25 18:01:20
发布于:北京
8阅读
0回复
0点赞
#include <bits/stdc++.h>
using namespace std;
int main(){
int t;
cin>>t;
if(t<0){
cout<<"固体";
}
else if(t0){
cout<<"固液共存";
}
else if(t>0&&t<100){
cout<<"液体";
}
else if(t100){
cout<<"液气共存";
}
else{
cout<<"气体";
}
return 0;
}
这里空空如也



有帮助,赞一个