Problem | gift |
---|---|
User | Nathaniel |
Submission Time | 2025-03-24 16:56:15 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gift.cpp: In function ‘int main()’:
gift.cpp:18:12: error: found ‘:’ in nested-name-specifier, expected ‘::’
18 | for (i : array) {
| ^
| ::
gift.cpp:18:10: error: ‘i’ has not been declared
18 | for (i : array) {
| ^
gift.cpp:28:5: error: expected primary-expression before ‘return’
28 | return 0;
| ^~~~~~
gift.cpp:27:6: error: expected ‘;’ before ‘return’
27 | }
| ^
| ;
28 | return 0;
| ~~~~~~
gift.cpp:28:5: error: expected primary-expression before ‘return’
28 | return 0;
| ^~~~~~
gift.cpp:27:6: error: expected ‘)’ before ‘return’
27 | }
| ^
| )
28 | return 0;
| ~~~~~~
gift.cpp:18:9: note: to match this ‘(’
18 | for (i : array) {
| ^