200 fizz buzz in asm 13 bug ?

Back to General discussions forum

laurentypetit     2017-04-30 14:11:48
User avatar

Hello there !

When submitting my programm, I get the following message (in better english than mine) :

'we got a wrong answer with 13'

Running my programm on the server with '13', I get :

01 02 Fizz 04 Buzz Fizz 07 08 Fizz Buzz 11 Fizz 13

all isn't it correct ?

Quandray     2017-04-30 15:00:31
User avatar

Hi,

It says "every element should be followed by single space", but in your code I can see

stringF: db 'Fizz' 13 10 0

so it may be objecting to the 13 & 10.

laurentypetit     2017-04-30 15:10:00
User avatar

Thanks, it seems I misinterpreted the 'hello, wolrd !' example.

Please login and solve 5 problems to be able to post at forum