全部评论 1

  • #include <bits/stdc++.h>
    using namespace std;
    int main(){
        string n;
    	cin >> n;
    	cout << n;
        return 0;
    }
    

    2025-07-17 来自 浙江

    0
    • userId_undefined

      entj

      回复entj

      这样就不会RE

      2025-07-17 来自 浙江

      0
暂无数据

提交答案之后,这里将显示提交结果~

首页