Home > Back-end >  Why cout vs compiler always shows no storage class or type specifier this statement
Why cout vs compiler always shows no storage class or type specifier this statement

Time:09-15

CodePudding user response:

There is a problem in your header. H

CodePudding user response:

Int main ()

CodePudding user response:

A little less in your int main bracket, should be
 int main () {
.
}

CodePudding user response:

The main function after add parentheses try
  • Related