zerojudge-a147: Print it all
zerojudge-a147: Print it all
difficulty:
extremely easy (for beginners)
Q:
give a number "n", output 1 to n increasingly except for the modulus of 7.
use a nested loop
a "while" loop for input
a "for" loop for output.
difficulty:
Comments
Post a Comment