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