1 solutions

  • 0
    @ 2025-7-12 16:29:01

    #include using namespace std;

    int main() { int i; for (i = 1; i <= 5; i++) cout << i << endl;

    return 0;
    

    }

    • 1

    Information

    ID
    174
    Time
    1000ms
    Memory
    64MiB
    Difficulty
    1
    Tags
    # Submissions
    79
    Accepted
    56
    Uploaded By