| Problem | potatosalad |
|---|---|
| User | jerrielchangjiebin |
| Submission Time | 2024-12-23 14:35:38 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:17:28: error: ‘comp’ was not declared in this scope
17 | sort(c.begin(), c.end(), comp);
| ^~~~
potatosalad.cpp:17:3: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
17 | sort(c.begin(), c.end(), comp);
| ^~~~
| qsort
potatosalad.cpp:18:8: error: ‘i’ was not declared in this scope
18 | for (i=0; i<d; i++) {
| ^