Problem | hello |
---|---|
User | Roucy |
Submission Time | 2025-06-16 14:30:43 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
hello.cpp:5:2: error: cannot declare ‘::main’ to be a global variable
5 | cin<<panda;
| ^~~
hello.cpp:5:7: error: ‘panda’ was not declared in this scope
5 | cin<<panda;
| ^~~~~
hello.cpp:6:2: error: ‘cout’ does not name a type
6 | cout<<hello panda;
| ^~~~
hello.cpp:7:2: error: expected unqualified-id before ‘return’
7 | return 0;
| ^~~~~~