Problem | sos |
---|---|
User | justin271828 |
Submission Time | 2024-12-01 22:02:23 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sos.cpp: In function ‘int main()’:
sos.cpp:17:79: error: expected ‘;’ before ‘}’ token
17 | for (int j: v[i]) count += max(j-v[i][v[i].size()/2], v[i][v[i].size()/2]-j)
| ^
| ;
18 | }
| ~