Problem eating
User Elnathan
Submission Time 2023-07-24 16:10:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

eating.cpp: In function ‘int main()’:
eating.cpp:10:14: error: ‘unsigned’ specified with ‘long double’
10 | set<pair<unsigned long double, unsigned long double>> thing;
| ^~~~~~~~
eating.cpp:10:36: error: ‘unsigned’ specified with ‘long double’
10 | set<pair<unsigned long double, unsigned long double>> thing;
| ^~~~~~~~
eating.cpp:12:5: error: ‘unsigned’ specified with ‘long double’
12 | unsigned long double id, food;
| ^~~~~~~~
eating.cpp:12:5: error: ‘unsigned’ specified with ‘long double’