Problem | platonic5 |
---|---|
User | OSZ |
Submission Time | 2025-06-19 11:11:14 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
platonic5.cpp: In function ‘int main()’:
platonic5.cpp:14:49: error: expected ‘)’ before ‘;’ token
14 | cout << (vect[b]-vect[b-1])+(vect[b+1]-vect[b];
| ~ ^
| )
platonic5.cpp:15:7: error: expected ‘;’ before ‘}’ token
15 | b+=2
| ^
| ;
16 | }
| ~