| Problem | binarysearch |
|---|---|
| User | ForgottenDragon |
| Submission Time | 2025-06-19 15:38:36 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
binarysearch.cpp: In function ‘int main()’:
binarysearch.cpp:24:18: error: expected ‘,’ or ‘;’ before ‘=’ token
24 | v score(N+1) = {0};
| ^