1 solutions

  • 0
    @ 2026-1-23 22:05:29
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
        for(int i=2;i<=100;i+=2)cout<<i<<" ";
    }
    
    • 1

    Information

    ID
    1826
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    6
    Tags
    (None)
    # Submissions
    19
    Accepted
    10
    Uploaded By