悲风起南鸣


私信TA

用户名:0211122686

访问量:783

签 名:

等  级
排  名 9458
经  验 1154
参赛次数 0
文章发表 6
年  龄 0
在职情况 学生
学  校 宁夏大学
专  业

  自我简介:

TA的其他文章

解题思路:其实在int main(){}

下写两个函数会更简单,不用单独再写两个函数

注意事项:

参考代码:

#include<iostream>

#include<string>

using namespace std;

int getcher()

{

    cout<<"please input a number:"<<endl;

   

}

int putchar()

{

    cout<<"please input a string:"<<endl;

}

int main()

{

    getcher();

    putchar();

    double a;

    cin>>a;

    string b;

    cin>>b;

   cout<<a<<endl;

   cout<<b<<endl;

   

    

    

}


 

0.0分

0 人评分

  评论区

  • «
  • »