Problem sort
User Schzeey
Submission Time 2023-01-16 13:42:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sort.cpp: In function ‘int comp(std::string&, std::string&)’:
sort.cpp:11:29: error: ‘n’ was not declared in this scope
11 | for (int i = 0; i < n; ++i){
| ^