Problem bingeeating
User PrunJuice
Submission Time 2025-04-26 17:27:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bingeeating.cpp: In function ‘int main()’:
bingeeating.cpp:21:5: error: expected ‘,’ or ‘;’ before ‘vector’
21 | vector <int> BingeEating (n);
| ^~~~~~
bingeeating.cpp:25:16: error: ‘BingeEating’ was not declared in this scope; did you mean ‘BingeEating2’?
25 | cin >> BingeEating[i];
| ^~~~~~~~~~~
| BingeEating2
bingeeating.cpp:36:34: error: ‘BingeEating’ was not declared in this scope; did you mean ‘BingeEating2’?
36 | if (!A.empty() && A.find(BingeEating[i]) != A.end()){
| ^~~~~~~~~~~
| BingeEating2