| Problem | potatosalad |
|---|---|
| User | vinitara |
| Submission Time | 2025-06-18 16:45:32 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:12:34: error: ‘great’ was not declared in this scope
12 | sort(arr.begin(), arr.end(), great<int>());
| ^~~~~
potatosalad.cpp:12:40: error: expected primary-expression before ‘int’
12 | sort(arr.begin(), arr.end(), great<int>());
| ^~~