Problem | eight |
---|---|
User | anheliba |
Submission Time | 2025-06-16 16:52:30 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
eight.cpp: In function ‘int main()’:
eight.cpp:11:13: error: no ‘operator++(int)’ declared for postfix ‘++’ [-fpermissive]
11 | cout++;num;
| ~~~~^~
eight.cpp:12:2: error: expected ‘}’ at end of input
12 | }
| ^
eight.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^