Problem potatosalad
User BoneMeBurner
Submission Time 2023-05-22 16:43:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:13:10: error: expected primary-expression before ‘int’
13 | cin >> int n;
| ^~~
potatosalad.cpp:14:21: error: ‘n’ was not declared in this scope
14 | VectorN.push_back(n);
| ^
potatosalad.cpp:17:22: error: ‘date_considered’ was not declared in this scope; did you mean ‘data_considered’?
17 | for (int i = 0; i < date_considered;i++){
| ^~~~~~~~~~~~~~~
| data_considered