题目描述:1天,一只小小的孙晨佑在马路上eat便便💩,请你用编程计算他是个什么样的人
#include<bits/stdc++.h>
using namespace std;
void fun(char n){
if(n=='s') cout<<"孙晨佑s*"<<endl;
else if(n=='b') cout<<"孙晨佑*b"<<endl;
else cout<<"孙晨佑gun"<<endl;
}
void f(int t){
cout<<"孙晨佑250"<<endl;
cout<<"孙晨佑big smart"<<endl;
}
int main(){
char n;
int t;
cin>>t;
cin>>n;
fun(n);
f(t);
}
希望大家多多评论(孙晨佑除外)