1 solutions

  • 0
    @ 2023-12-1 21:03:19

    #include<bits/stdc++.h> using namespace std; string s[100010]; int size; int main(){ while(cin>>s[size]) size++; cout<<s[size-1]; for(int i=size-2;i>=0;i--) cout<<' '<<s[i]; return 0; } 为什么是错的》

    Information

    ID
    339
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    10
    Tags
    # Submissions
    3
    Accepted
    1
    Uploaded By