Search found 8 matches

by Klechu
Sat Oct 02, 2004 4:22 pm
Forum: Other words
Topic: What`s happend about my stats ?
Replies: 2
Views: 1181

Sorry

Sorry I have foud the post you are talking about after I had sent this one ;)
by Klechu
Sat Oct 02, 2004 3:42 pm
Forum: Other words
Topic: What`s happend about my stats ?
Replies: 2
Views: 1181

What`s happend about my stats ?

Hi all
at first, sorry about my poor english :(
I want to ask about stats in acm system. At the morning I have realised that all my stats was deleted or something like that ;) - I don`t know what I should do about it - submit all my src codes again or wait for the recover of the stats ?

--
Klechu
by Klechu
Sat Apr 24, 2004 1:14 pm
Forum: Volume 3 (300-399)
Topic: 357 - Let Me Count The Ways
Replies: 90
Views: 17641

I do what you said and I have still had problems with errors (I havent send problem jet but I had a same problems as earlier at Dev-C++ (it`s base on gcc) I don`t know what to do with that :( O, I had forgot - first time I have got RE my program return code 11 to the system (I don`t know what does ...
by Klechu
Sat Apr 24, 2004 12:50 pm
Forum: Volume 6 (600-699)
Topic: 612 - DNA Sorting
Replies: 122
Views: 33589

I have found mistake (very stupid) in my code & get AC -
Thenk`s for help
Klechu
by Klechu
Sat Apr 24, 2004 12:30 pm
Forum: Volume 3 (300-399)
Topic: 357 - Let Me Count The Ways
Replies: 90
Views: 17641

here is my code. I have tried with many others data type but it don`t works with input like 29050, 30000 or 29950

[c]#include <stdio.h>
#include <stdlib.h>

long long t[30005];
int w[5]={1,5,10,25,50};
int i,j,n;
int main()
{
/*printf("%d",sizeof(t[0]));*/
t[0]=1;
for(j=0;j<5;j++)
for(i=w[j];i ...
by Klechu
Sat Apr 24, 2004 11:41 am
Forum: Volume 3 (300-399)
Topic: 357 - Let Me Count The Ways
Replies: 90
Views: 17641

357 ->Sigsegv

Hi all
When I use long long data type in my C program I get Runtime Error (SIGSEGV) - what is that & what can I do with that ?
Thank you for all help

Klechu
by Klechu
Sat Apr 24, 2004 11:31 am
Forum: Volume 3 (300-399)
Topic: 357 - Let Me Count The Ways
Replies: 90
Views: 17641

I think your code is correct but the size of table is not 7500 (like in task 612) but 30000 ;)
by Klechu
Fri Apr 16, 2004 6:35 pm
Forum: Volume 6 (600-699)
Topic: 612 - DNA Sorting
Replies: 122
Views: 33589

Hello, although my answer was not rejudgeg I still get WA too. Maybe my answer is really a "tank" but on my computer works correctly

[cpp]#include <stdio.h>
#include <stdlib.h>
char tab[100][51];
unsigned wartosc[100]={0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 ...

Go to advanced search