Problem | eight |
---|---|
User | poppav78 |
Submission Time | 2025-01-27 16:50:34 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
eight.cpp: In function ‘int main()’:
eight.cpp:4:11: error: expected unqualified-id before ‘<<’ token
4 | std:: << 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 >>
| ^~
eight.cpp:6:9: error: expected primary-expression before ‘if’
6 | if value == 8
| ^~