View Code of Problem 87

#include<stdio.h>
int main(){
	int i,s=0,a,k,n=0,h,l,min,max;
	int c[100][100];
	scanf("%d",&n);
	if(n%2==0){
		printf("%d %d",n/4,n/2);
	}else{
		printf("%d %d",0,0);
	}
	
}

Double click to view unformatted code.


Back to problem 87