| Problem | helloworld |
|---|---|
| User | Rollsroyce26 |
| Submission Time | 2024-06-17 14:05:02 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
helloworld.cpp:1:2: error: invalid preprocessing directive #inculde; did you mean #include?
1 | #inculde <bits/stdc++.h>
| ^~~~~~~
| include
helloworld.cpp:4:4: error: expected unqualified-id before ‘.’ token
4 | int. main(string g = "Hello World") {
| ^