Owl Get a Life
platonic2.cpp: In function ‘int main()’:platonic2.cpp:19:21: error: expected ‘;’ before ‘}’ token 19 | cout << A[N-1-K] | ^ | ; 20 | 21 | } | ~