NB通用题解2026-04-14 21:40:44发布于:江苏0阅读0回复0点赞#include <bits/stdc++.h>//万能头文件 using namespace std; int main() { string n; int k; cin>>n>>k; cout<<n[n.size()-k]; return 0; } 急需解题仙人 给👍 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个