- Owner
- ServoCryptid
- Problem
- Boxes
- Source
- 0.58KB
- Result
- Compile error (Non-zero exit status: 1)
Compiler output
prog.c: In function 'sort': prog.c:7:14: error: 'N' undeclared (first use in this function) if(v[i]<v[N-i-1]) ^ prog.c:7:14: note: each undeclared identifier is reported only once for each function it appears in prog.c:5:12: warning: unused variable 'k' [-Wunused-variable] int p=0,i,k,aux; ^ prog.c:5:6: warning: unused variable 'p' [-Wunused-variable] int p=0,i,k,aux; ^