Click here to Skip to main content
15,902,445 members

Comments by EbolaHost (Top 5 by date)

EbolaHost 18-May-14 14:01pm View    
Yeah i know but it seems to be hiding today(no joking)
EbolaHost 18-May-14 13:39pm View    
Im not asking for someone to write me a program.I just want to know if there's a solutions
Also.. It's "outputs" not "inputs".. I cant seem to find the edit button on my phone
EbolaHost 25-Apr-14 9:06am View    
you're right about the c++
what I want to achieve is to 'find the combinations in which a player scores 100 points with exactly six shots.' and it's preety obvious from the code even for a rookie like me .
I know this code isn't recursive but uses iteration instead !
but I want the recursive version of the code...that's all :)
EbolaHost 2-Mar-14 14:44pm View    
But this method is faster than fscanf...
And the #if is closed after two lines
EbolaHost 1-Mar-14 14:58pm View    
I use Windows 7
c++ compiler:Visual c++ 2010
pascal compiler:FPC (free pascal compiler)
however I sent this program to someone who compiles it on linux with fpc again for pascal and gcc for c++

the task is this :given a list of numbers find the largest number A that all numbers before it are A
for example if I have this :
1
2
3
18
19
25
I must return number 19 because only the numbers 19 and 18 meet the criteria and 19 is the largest !