Problem lunchbox
User Denzio321
Submission Time 2023-02-01 21:47:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:6:5: error: ‘cin’ was not declared in this scope
6 | cin >> n;
| ^~~
lunchbox.cpp:13:31: error: ‘cmp’ was not declared in this scope
13 | stable_sort(array,array+m,cmp);
| ^~~
lunchbox.cpp:13:5: error: ‘stable_sort’ was not declared in this scope
13 | stable_sort(array,array+m,cmp);
| ^~~~~~~~~~~
lunchbox.cpp:16:9: error: ‘cout’ was not declared in this scope
16 | cout << to_string(m) << endl;
| ^~~~
lunchbox.cpp:16:17: error: ‘to_string’ was not declared in this scope
16 | cout << to_string(m) << endl;
| ^~~~~~~~~
lunchbox.cpp:16:33: error: ‘endl’ was not declared in this scope
16 | cout << to_string(m) << endl;
| ^~~~
lunchbox.cpp:26:17: error: ‘cout’ w