Search found 2 matches

by InfiniteLOOP
Wed Oct 19, 2005 6:41 pm
Forum: Volume 4 (400-499)
Topic: 488 - Triangle Wave
Replies: 270
Views: 64400

488 Tangle in triangle wave

Not Getting ac, where's the problem?


#include <stdio.h>
#include <string.h>
#include <ctype.h>
#include <math.h>
#include <stdlib.h>

int i=0,j=0,k=0,l=0,c=0,a=0,wf=0;

void main()
{
while (scanf("%d",&c)!=EOF)
{
for (l=1;l<=c;l++){
scanf("%d %d",&a,&wf);
for (k=1;k<=wf;k++)
{
for (i=1;i<=a;i ...
by InfiniteLOOP
Wed Oct 19, 2005 6:21 pm
Forum: Volume 4 (400-499)
Topic: 489 - Hangman Judge
Replies: 52
Views: 23824

489 Need some critical inputs

NEED some critical inputs for the 489 problem

Go to advanced search