1 solutions

  • 0
    @ 2023-12-9 10:19:35
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
    int i=0;
    int a=0;
    for(i=100;i>=1;i=i-3 )
    {a=a+i;
    }
    
    cout<<a;
    
    
    
    
    
    
    
    
    
    
    
    
    
    return 0;
    }
    
    
    

    Information

    ID
    269
    Time
    1000ms
    Memory
    128MiB
    Difficulty
    6
    Tags
    # Submissions
    109
    Accepted
    33
    Uploaded By