| Problem | helloworld2 |
|---|---|
| User | itsLQ |
| Submission Time | 2023-08-02 22:53:56 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
helloworld2.cpp: In function ‘int main()’:
helloworld2.cpp:2:49: error: expected ‘;’ before ‘}’ token
2 | int main() {std::cout << "Hello World"; return 0}
| ^
| ;