Home > Back-end >  I want to know the program that a few steps
I want to know the program that a few steps

Time:09-15

Compile error, but I can't get out of that step wrong

CodePudding user response:

Prentf???

CodePudding user response:

Also missing a semicolon,
If (I % 4==0) printf (" \ n ");

CodePudding user response:

You this is a basic grammatical errors, the following problems:
1, you of the variable t is not defined,
2, the output b's statement is wrong, you b front should be a comma in English, not points,
3, the last should be printf (" \ n "); That should be writing the code you write wrong!
Can look at this article, you find the method of program error: https://blog.csdn.net/weixin_43956598/article/details/90062550
  • Related