| Problem | arrayfind |
|---|---|
| User | justin271828 |
| Submission Time | 2024-05-25 18:17:07 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
arrayfind.cpp: In function ‘int main()’:
arrayfind.cpp:77:1: error: expected ‘}’ at end of input
77 | }
| ^
arrayfind.cpp:17:34: note: to match this ‘{’
17 | for (int i = 0; i < guess; i++) {
| ^
arrayfind.cpp:77:1: error: expected ‘}’ at end of input
77 | }
| ^
arrayfind.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^