Problem swapsort
User eliasxyz
Submission Time 2025-05-26 23:25:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

swapsort.cpp: In function ‘int main()’:
swapsort.cpp:18:30: error: expected ‘;’ before ‘}’ token
18 | if (A[i]<A[i+1]){sc++};
| ^
| ;
swapsort.cpp:31:8: error: ‘n’ was not declared in this scope
31 | if(l<n){
| ^
swapsort.cpp:39:8: error: ‘n’ was not declared in this scope
39 | if(r<n){
| ^
swapsort.cpp:49:8: error: ‘n’ was not declared in this scope
49 | if(l<n){
| ^
swapsort.cpp:57:8: error: ‘n’ was not declared in this scope
57 | if(r<n){
| ^