1 solutions

  • 0
    @ 2024-11-30 20:51:03

    #include<bits/stdc++.h> using namespace std; int main() { int n; cin>>n; do { cout<<n%10<<" "; n/=10; }while(n); return 0; }

    • 1

    Information

    ID
    867
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    1
    Tags
    (None)
    # Submissions
    144
    Accepted
    63
    Uploaded By