Problem | stoning |
---|---|
User | PlayVoltz |
Submission Time | 2024-01-21 02:31:08 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
stoning.cpp: In function ‘int32_t main()’:
stoning.cpp:31:36: error: expected ‘]’ before ‘)’ token
31 | if (i&(1<<j))sum+=vect[j+(n+1)/2)];
| ^
| ]
stoning.cpp:31:36: error: expected ‘;’ before ‘)’ token
31 | if (i&(1<<j))sum+=vect[j+(n+1)/2)];
| ^
| ;