Problem potatosalad
User shaokai348
Submission Time 2025-03-05 14:13:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:8:10: error: ‘potatoes’ was not declared in this scope; did you mean ‘potato’?
8 | cin >> potatoes;
| ^~~~~~~~
| potato
potatosalad.cpp:11:35: error: ‘comp’ was not declared in this scope
11 | sort(potato.begin(),potato.end(),comp);
| ^~~~