Problem | arrayfind |
---|---|
User | Haocheng |
Submission Time | 2024-11-12 15:59:04 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
arrayfind.cpp: In function ‘int main()’:
arrayfind.cpp:24:1: error: expected primary-expression before ‘}’ token
24 | }
| ^
arrayfind.cpp:23:11: error: expected ‘;’ before ‘}’ token
23 | return 0,
| ^
| ;
24 | }
| ~