Search found 2 matches

by Skywalker1982
Mon Oct 28, 2002 1:13 pm
Forum: Volume 4 (400-499)
Topic: 412 - Pi
Replies: 104
Views: 30241

i had the same mistake with float numbers.
when i decided to use double instead of float, it suddenly worked.

:roll:
by Skywalker1982
Thu Oct 24, 2002 10:51 am
Forum: Volume 101 (10100-10199)
Topic: 10116 - Robot Motion
Replies: 10
Views: 5692

10116 - Robot Motion

i have a WA and i don't understand why. I think this problem is very simple but maybe i forgot a test...
anyone can help me ?

#include <stdio.h>

void recupere(int rows,int cols,int enter)
{
char c;
int i=0,j=0;
char tab[rows][cols][2];

int compteur=0;

i=0;
while (i<rows)
{
j=0;
while ...

Go to advanced search