Problem | sort |
---|---|
User | gordonlu |
Submission Time | 2023-11-23 19:40:53 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sort.cpp: In lambda function:
sort.cpp:18:23: error: ‘numbersA’ was not declared in this scope; did you mean ‘numbers’?
18 | long long aLength = numbersA.length(), bLength = numbersB.length();
| ^~~~~~~~
| numbers
sort.cpp:19:18: error: ‘bLength’ was not declared in this scope; did you mean ‘aLength’?
19 | if (aLength == bLength) {
| ^~~~~~~
| aLength