| Problem | helloworld |
|---|---|
| User | usernamehere |
| Submission Time | 2025-10-31 16:12:38 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:17:23: error: expected ‘;’ before ‘return’
17 | cout << "Hello World"
| ^
| ;
18 | return (exp(1i * M_PI) + complex(1));
| ~~~~~~