Problem | stoning |
---|---|
User | PlayVoltz |
Submission Time | 2024-01-21 02:32:10 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
stoning.cpp: In function ‘int32_t main()’:
stoning.cpp:29:26: error: expected ‘;’ before ‘)’ token
29 | for (int j=0; j<(n+1)/2); ++j){
| ^
| ;
stoning.cpp:29:31: error: ‘j’ was not declared in this scope
29 | for (int j=0; j<(n+1)/2); ++j){
| ^