1 solutions

  • 0
    @ 2025-3-2 15:31:36
    #include <bits/stdc++.h>
    using namespace std;
    
    int main(){
        for(int i=100000;i<=199999;i++){
            if((i-100000)*10+1 == i*3){
                cout<<i<<endl;
            }
        }
        return 0;
    }
    

    Information

    ID
    305
    Time
    1000ms
    Memory
    128MiB
    Difficulty
    6
    Tags
    # Submissions
    66
    Accepted
    22
    Uploaded By