Can any one plz help with the code?i donno whats wrong.
i'm stuck for a very very very long time with this problem.
#include<stdio.h>
int main(void)
{
int stack_height[50]={0};
int n,total_height,average_height,move,count=1,i;
while(scanf("%d",&n)==1)
{
if((n<1)||(n>50))
break ...
Search found 2 matches
- Sat Jul 12, 2008 9:40 pm
- Forum: Volume 5 (500-599)
- Topic: 591 - Box of Bricks
- Replies: 80
- Views: 25512
- Wed Feb 13, 2008 4:15 pm
- Forum: Volume 1 (100-199)
- Topic: 160 - Factors and Factorials
- Replies: 205
- Views: 45565