Problem | potatosalad |
---|---|
User | smartsword |
Submission Time | 2025-04-23 15:51:24 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:15:18: error: ‘m’ was not declared in this scope
15 | sort(a, a + m, greater<int>())
| ^
potatosalad.cpp:16:20: error: ‘i’ was not declared in this scope
16 | for (int i = 0;i < d;i++){
| ^