Problem | helloworld |
---|---|
User | CodeBreakerMaster |
Submission Time | 2023-04-19 17:51:21 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
helloworld.cpp:3:20: error: expected β;β before βintβ
3 | using namespace std
| ^
| ;
4 | int main () {
| ~~~