2 solutions

  • -2
    @ 2025-12-26 13:53:59

    #include using namespace std;

    int main() { int a; cin >> a; cout << a / 1000 << " " << a / 100 - a / 1000 * 10 << " " << a / 10 % 10 << " " << a % 10; return 0; }

    Information

    ID
    546
    Time
    1000ms
    Memory
    64MiB
    Difficulty
    2
    Tags
    # Submissions
    130
    Accepted
    85
    Uploaded By