Problem | lengthsort |
---|---|
User | Teeskit |
Submission Time | 2025-08-20 19:40:14 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lengthsort.cpp: In function ‘int main()’:
lengthsort.cpp:4:7: error: ‘cintie’ is not a member of ‘std::ios’ {aka ‘std::basic_ios<char>’}
4 | ios::cintie(0);
| ^~~~~~
lengthsort.cpp:5:2: error: ‘sync_with_stdio’ was not declared in this scope
5 | sync_with_stdio(0);
| ^~~~~~~~~~~~~~~
lengthsort.cpp:7:27: error: invalid declarator before ‘v’
7 | long long vector<string> v(n);
| ^
lengthsort.cpp:9:10: error: ‘v’ was not declared in this scope
9 | cin >> v[i];
| ^
lengthsort.cpp:11:7: error: ‘v’ was not declared in this scope
11 | sort(v.begin(), v.end());
| ^