0
after namespace std I have putted int main without space in third unfortunately it stops please help
5 Respostas
+ 1
we can't get your question bro,
will u plz put some beginning codes here.
+ 1
it should look like this
#include <iostream>
int main()
{
std::cout<<"Hello, world.\n";
return 0;
}
0
int is a data type and main is a function so there must be a space between them to justify their identity
- 1
hi
- 1
do you mean you did like
intmain ()
{
}
this?