Skip to content

Bill70058/Hallo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

Hallo

Just a repository #include #include #include #include <string.h>

using namespace std;

//输入一个正整数,将其逆序输出。例如,输入12345,输出54321。

int main() { char str_a[20]; cout << "input a string: " << endl; gets(str_a); //puts(str_a); for(int i = strlen(str_a);i--;) printf("%c", str_a[i]); }

About

Just a repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published