Problem | exam |
---|---|
User | Stefan |
Submission Time | 2025-02-21 20:54:54 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp:5:1: error: ‘cout’ does not name a type
5 | cout; "hello world"
| ^~~~
exam.cpp:5:7: error: expected unqualified-id before string constant
5 | cout; "hello world"
| ^~~~~~~~~~~~~