| Problem | helloworld |
|---|---|
| User | jerrielchangjiebin |
| Submission Time | 2024-12-02 10:01:06 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
helloworld.cpp:5:20: error: expected β;β before βintβ
5 | using namespace std
| ^
| ;
6 |
7 | int main() {
| ~~~