1 solutions

  • -2
    @ 2025-3-25 18:06:57

    #include <bits/stdc++.h> using namespace std; int main() { char b[4]; for(int i = 0;i < 4;i++) { cin >> b[i]; } for(int i = 0;i < 4;i++) { cout << b[i] << " "; } return 0; }

    Information

    ID
    1253
    Time
    1000ms
    Memory
    64MiB
    Difficulty
    9
    Tags
    # Submissions
    11
    Accepted
    4
    Uploaded By