题解 | 小红的签到题

小红的签到题

https://www.nowcoder.com/practice/6caf14c5d7644cbaabff0e988c8b37ad

#include <iostream>
using namespace std;

int main() {
    ios::sync_with_stdio(false);
    cin.tie(nullptr);
    int n;
    cin>>n;
    cout<<"a_";
    for(int i=2;i<n;i++){
        cout<<"a";
    }
    return 0;
}
// 64 位输出请用 printf("%lld")

全部评论

相关推荐

11-03 12:40
中山大学 Java
勇敢的突尼斯海怪选钝...:楼主这拒意向话术好得体呀 !求问HR回复态度咋样呀
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

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