Problem | duckhunt13 |
---|---|
User | ye |
Submission Time | 2025-06-18 13:37:09 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
duckhunt13.cpp: In function ‘int main()’:
duckhunt13.cpp:17:12: error: expected primary-expression before ‘<’ token
17 | cout < < 0 <<"\n";
| ^
duckhunt13.cpp:17:16: error: invalid operands of types ‘int’ and ‘const char [2]’ to binary ‘operator<<’
17 | cout < < 0 <<"\n";
| ~ ^~~~~~
| | |
| int const char [2]