fail to complie CPP
Open
- Dominant language
- Perl
- Stars
- 3.9k
- Forks
- 213
- Avg merge
- 1m
- Merged PRs (30d)
- 1
Description
I can complie a C program.But when I complie a simple C++ program like
```
include
int main(){
std::cout << 1;
return 0;
}
```
It show

How can i solve it
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.