Problem | helloworld |
---|---|
User | hzy |
Submission Time | 2025-04-12 00:48:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
helloworld.cpp:1:27: error: expected ‘,’ or ‘...’ before ‘argv’
1 | int main(int argc, char[] argv) {
| ^~~~
helloworld.cpp: In function ‘int main(int, char*)’:
helloworld.cpp:2:2: error: ‘cout’ was not declared in this scope
2 | cout << "Hello World";
| ^~~~