将一个字符串str的内容颠倒过来,并输出。str的长度不超过100个字符。

2020年1月17日 0条评论 1190点热度 1人点赞 code 阅读全文

字符串的输入输出处理。

2020年1月17日 0条评论 1354点热度 0人点赞 code 阅读全文

Consider the following algorithm to generate a sequence of numbers. Start with an integer n. If n is even, divide by 2. If n is odd, multiply by 3 and add 1. Repeat this process with the new value of n, terminating when n = 1. For example, the following sequen…

2020年1月17日 0条评论 1110点热度 0人点赞 code 阅读全文

Your task is to calculate the sum of some integers.

2020年1月17日 0条评论 1179点热度 0人点赞 code 阅读全文

Your task is to Calculate a + b.

2020年1月17日 0条评论 1166点热度 0人点赞 code 阅读全文

Your task is to calculate the sum of some integers

2020年1月17日 0条评论 1256点热度 0人点赞 code 阅读全文