全部评论 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

热门讨论