Problem | helloworld |
---|---|
User | qwex |
Submission Time | 2024-02-23 20:17:00 |
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 |
5 | int main(void) {
| ~~~