Huawei OD Machine Test - String Reversal (C++ & Java & JS & Python)

Table of contents

describe

Enter a description:

Output description:

Example 1

Java:

C++:

python:


describe

Takes a string containing only lowercase letters and outputs the reversed version of that string. (string length does not exceed 1000)

Guess you like

Origin blog.csdn.net/m0_68036862/article/details/132667995