Subscribe Us

Responsive Advertisement

Advertisement

URI Online Judge | 2058 Triangles and Regular Polygons solution in cpp

 uri 2058 solution in cpp

by ujjal roy


#include<bits/stdc++.h>

using namespace std;

main()

{

    int n;

    cin>>n;

    cout<<n-2<<endl;



    return 0;

}


Post a Comment

0 Comments