Problem | lengthsort |
---|---|
User | kruytz |
Submission Time | 2024-05-27 00:11:02 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lengthsort.cpp: In function ‘int main()’:
lengthsort.cpp:20:5: error: ‘ll’ was not declared in this scope
20 | ll n;
| ^~
lengthsort.cpp:21:12: error: ‘n’ was not declared in this scope
21 | cin >> n;
| ^
lengthsort.cpp:24:12: error: expected ‘;’ before ‘i’
24 | for (ll i = 0; i < n; ++i) {
| ^~
| ;
lengthsort.cpp:24:20: error: ‘i’ was not declared in this scope
24 | for (ll i = 0; i < n; ++i) {
| ^