题解 | #多组_字符串_T组形式#

多组_字符串_T组形式

https://www.nowcoder.com/practice/35f6f4e9173943e3b3f462b697fefd8b

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

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

    cin >> t;

    for(int i=0;i<t;i++)
    {
        cin >> n;
        cin >> s;
        reverse(s.begin(),s.end());
        cout << s  << endl;
    }
}
// 64 位输出请用 printf("%lld")

全部评论

相关推荐

牛至超人:把哈工大,再加大加粗,看见闪闪发光的哈工大字样,面试官直接流口水
投递字节跳动等公司7个岗位
点赞 评论 收藏
分享
评论
2
收藏
分享

创作者周榜

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