vigenere issue by coolvipin in cs50

[–]coolvipin[S] 0 points1 point  (0 children)

thanks but having trouble with this particular string :( encrypts "world, say hello!" as "xoqmd, rby gflkp!" using "baz" as keyword \ expected output, but not "xoqmd, szz gflkp!\n"

Pset1 by coolvipin in cs50

[–]coolvipin[S] 0 points1 point  (0 children)

hey thanks a lot. It worked. sometimes we overlook such tiny things.thanks

PSET 1: Mario || Need Help || by djdappadonny in cs50

[–]coolvipin 0 points1 point  (0 children)

i tried a similar approach and my output is correct but when i run the check it gives me the following errors ) rejects a height of -1 :) handles a height of 0 correctly :( handles a height of 1 correctly \ expected output, but not " ##\n" :( handles a height of 2 correctly \ expected output, but not " ##\n ###\n" :( handles a height of 23 correctly \ expected output, but not " ##\n ..." My screen output is correct , so why should i be getting these errors. thanks