Problem | lengthsort |
---|---|
User | squishychicken |
Submission Time | 2025-05-28 20:26:32 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lengthsort.cpp: In function ‘int main()’:
lengthsort.cpp:20:22: error: ‘N’ was not declared in this scope
20 | for(int i = 0;i < N-1;i++){
| ^
lengthsort.cpp:35:16: error: ‘N’ was not declared in this scope
35 | for(int i=0;i<N;i++){
| ^