Problem fractions
User Jinxuan
Submission Time 2023-12-05 22:05:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fractions.cpp: In function ‘int32_t main()’:
fractions.cpp:20:14: error: expected primary-expression before ‘long’
20 | pq.push(mp(long double(a)/long double(b),x));
| ^~~~