题解 | #单组_字符串#

单组_字符串

https://www.nowcoder.com/practice/e3a57b2ff6de4aefb82af98925df544e

#include <iostream>
#include <algorithm>
#include <string>
using namespace std;

int main() {
    int n;
    string s, ss;

    cin >> n;
    cin >> s;

    reverse(s.begin(),s.end());

    cout << s;
}
// 64 位输出请用 printf("%lld")

全部评论

相关推荐

小浪_Coding:找硬件测试,也可兼顾软测欧, 简历还可以的 ,注意排版,项目写的有条理一点, 然后个人技能多加点, 润色好简历之后就开始沟通海投了,深圳,东莞这边做硬件相关的公司还不少, 医疗类,仪器类的都可以尝试
点赞 评论 收藏
分享
评论
1
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务