提交时间:2025-07-23 15:44:53

运行 ID: 335623

#include<iostream> using namespace std; int main(){ int t; cin>>t; if(t<3){ cout<<"收费5元"; } else{ cout<<"收费20元"; } return 0; }