题解 | 牛牛学说话之-字符串
牛牛学说话之-字符串
https://www.nowcoder.com/practice/fa8bde2f612749c9813262a146488c9d
#include <bits/stdc++.h>
using namespace std;
int main() {
string str ;
cin >> str;
cout << str;
return 0;
}
// 64 位输出请用 printf("%lld")
牛牛学说话之-字符串
https://www.nowcoder.com/practice/fa8bde2f612749c9813262a146488c9d
#include <bits/stdc++.h>
using namespace std;
int main() {
string str ;
cin >> str;
cout << str;
return 0;
}
// 64 位输出请用 printf("%lld")
相关推荐