想与lyt一起
想与lyt一起
全部文章
题解
归档
标签
去牛客网
登录
/
注册
想与lyt一起的博客
全部文章
/ 题解
(共1篇)
题解 | #红美铃的访客登记#
可以使用c++暴力解法,进行数据类型转换就行,代码如下: #include using namespace std; void solve(){ string s; cin>>s; cout<<stoi(s)<<endl; } int main(){ solv...
C++
C++14
2026-05-08
1
17