1 solutions

  • 0
    @ 2025-3-3 16:33:40

    C :

    #include<stdio.h>
    int main()
    {
      
                       printf("%d",3);
                
        return 0;
    }
    

    C++ :

    #include <bits/stdc++.h>
    using namespace std;
    
    int main() {
    	 cout<<3<<endl;
      	 return 0;
    }
    
    

    Python :

    for i in range(1, 17):
        if (25 + i) / (17 - i) == 2:
            print(i)
    
    
    • 1

    Information

    ID
    10658
    Time
    1000ms
    Memory
    16MiB
    Difficulty
    (None)
    Tags
    # Submissions
    0
    Accepted
    0
    Uploaded By