Owl Get a Life
candles.cpp: In function ‘int main()’:candles.cpp:8:34: error: expected ‘;’ before ‘sort’ 8 | for(int i=0;i<N;i++) cin >> X[i] | ^ | ; 9 | sort(X,X+N); | ~~~~