Problem potatosalad
User blob
Submission Time 2023-11-20 10:05:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:7:2: error: expected initializer before ‘vectro’
7 | vectro <int> potato;
| ^~~~~~
potatosalad.cpp:9:10: error: ‘number’ was not declared in this scope
9 | cin >> number[i];
| ^~~~~~
potatosalad.cpp:12:8: error: ‘potato’ was not declared in this scope
12 | sort (potato.begin(), potato.end(), greater<int>());
| ^~~~~~