Problem | sort |
---|---|
User | CXKNB |
Submission Time | 2024-06-19 09:18:55 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sort.cpp: In function ‘int main()’:
sort.cpp:6:5: error: ‘arr’ was not declared in this scope
6 | arr[N] ;
| ^~~
sort.cpp:14:5: error: ‘b’ was not declared in this scope
14 | b = 0;
| ^
sort.cpp:15:25: error: expected ‘;’ before ‘)’ token
15 | for(b = 0,b < N; ++b){
| ^
| ;