HDU 1273 漫步森林

#include 
#include 
#include 
using namespace std;
int main()
{
	int i,j,k;
	while(cin>>i,i){
		cout<<(i-1)/2<

你可能感兴趣的:(c)