21xrx.com
2024-11-05 16:36:10 Tuesday
登录
文章检索 我的文章 写文章
"天津工业大学C++期末考试题及答案"
2023-07-02 07:15:05 深夜i     --     --
天津工业大学 C++期末考试 题目 答案 考试内容

近日,天津工业大学的学生在网络上分享了该校 C++ 课程期末考试题及答案,引起了广泛的关注和热议。据悉,该门课程难度较高,考试题目也十分考验学生的编程思维和能力。

下面是该门课程的期末考试题目和答案:

1. 编写一个程序,输入三个整数,输出其中的最大值和最小值。

答案:

#include

using namespace std;

int main()

{

  int a,b,c,max,min;

  cin>>a>>b>>c;

  max=a>b?a:b;

  max=max>c?max:c;

  min=a

  min=min

  cout< <<" "< <

  return 0;

}

2. 编写一个程序,输入一个整数 n,输出从 1 到 n 所有的奇数。

答案:

#include

using namespace std;

int main()

{

  int n;

  cin>>n;

  for(int i=1;i<=n;i+=2)

  cout<<<" ";

  cout<

  return 0;

}

3. 编写一个程序,输入一个字符和一个字符串,统计该字符在该字符串中出现的次数。

答案:

#include

#include

using namespace std;

int main()

{

  char c;

  string s;

  int n=0;

  cin>>c>>s;

  for(int i=0;i

  if(s[i]==c)

  n++;

  cout< <

  return 0;

}

4. 编写一个程序,输入一个单词,判断该单词是否为回文。

答案:

#include

#include

using namespace std;

int main()

{

  string s;

  cin>>s;

  int i=0,j=s.length()-1;

  while(i

  {

    i++;

    j--;

  }

  if(i>=j)

  cout<<"yes"<

  else

  cout<<"no"<

  return 0;

}

以上就是天津工业大学 C++ 课程期末考试题目及答案,这些题目在语言的使用和编程思维上都有一定的难度,需要学生们具备扎实的编程基础和能力。希望学生们在学习这门课程时认真思考,不断探索,最终取得优异的成绩。

  
  

评论区

{{item['qq_nickname']}}
()
回复
回复
    相似文章