Search found 7 matches

by RalphLoizzo
Sat Dec 01, 2007 1:51 am
Forum: Volume 102 (10200-10299)
Topic: 10267 - Graphical Editor
Replies: 190
Views: 77325

For those of you struggling with WA...

this may help you....

We've been told time and time again to really examine the floodfill routine. And I did. I went over and over again with it, and still couldnt find the problem. I even entertained what does the C command really do? Does it clear the image only? Or the entire board....

I've ...
by RalphLoizzo
Wed Nov 28, 2007 2:52 am
Forum: Volume 102 (10200-10299)
Topic: 10267 - Graphical Editor
Replies: 190
Views: 77325

I've tried so many times on this one

It's killing my stats.

:)

I've tried everything I can think of with the flood fill. What happens to commands whose parameters run off the image table? Do they actually do anything? Or are we supposed to ignore those commands.

I'm not sure where to diagnose the wrong answer here.

#include ...
by RalphLoizzo
Sat Sep 09, 2006 9:44 pm
Forum: Volume 102 (10200-10299)
Topic: 10267 - Graphical Editor
Replies: 190
Views: 77325

Proper Ettiquette!

Thanks for 1) your help in this matter

2) explaining how best I can seek help using these forums.

I will work on your suggestion for this.
by RalphLoizzo
Thu Sep 07, 2006 4:57 pm
Forum: Volume 102 (10200-10299)
Topic: 10267 - Graphical Editor
Replies: 190
Views: 77325

Does anyone read these any more?

Am I not following proper ettiquette here?

I'm looking for help on this problem.
by RalphLoizzo
Wed Sep 06, 2006 6:04 pm
Forum: Volume 101 (10100-10199)
Topic: 10137 - The Trip
Replies: 159
Views: 70304

I keep getting wrong answer no matter what I try on 10137

Can anyone help me with my source?

#include <stdio.h>

int studentcount = 0;
int counter = 0;
int max = 0;
int min = 0;
unsigned long long int spent[1000];
unsigned long long int moneytomove, dollars, cents;
double temp = 0.00;
unsigned long long int diff;


int findmax(int studentcount ...
by RalphLoizzo
Thu Aug 31, 2006 7:42 pm
Forum: Volume 102 (10200-10299)
Topic: 10267 - Graphical Editor
Replies: 190
Views: 77325

10267 Graphical Editor

What could be the problem?

Here's my sourcecode

#include <stdio.h>
int xcounter, ycounter; /* Simple counting vars */
int x1, x2, y1, y2, swap; /* Coordinates used in commands */
int C=260, R=260; /* M is num of columns, N is num of rows */
char cmd; /* Actual command to be processed */
char ...
by RalphLoizzo
Mon Aug 28, 2006 7:07 pm
Forum: Volume 102 (10200-10299)
Topic: 10267 - Graphical Editor
Replies: 190
Views: 77325

So that's what they mean by sharing a side....

Couldnt understand the statement on the fill method on the problem. I didnt know what was meant by a side?!?!

Thinking of a pixel as a dot(not a square with sides) really confused me. Thanks for the clarification.

Go to advanced search