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;
}
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;
}
0 Comments