Problem fraud
User YH
Submission Time 2025-03-21 14:45:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fraud.cpp: In function ‘int main()’:
fraud.cpp:89:5: error: redeclaration of ‘ld larger’
89 | ld larger = -numeric_limits<ld>::infinity();
| ^~~~~~
fraud.cpp:25:5: note: ‘ld larger’ previously declared here
25 | ld larger = -numeric_limits<ld>::infinity();
| ^~~~~~
fraud.cpp:90:5: error: redeclaration of ‘ld smaller’
90 | ld smaller = numeric_limits<ld>::infinity();
| ^~~~~~~
fraud.cpp:26:5: note: ‘ld smaller’ previously declared here
26 | ld smaller = numeric_limits<ld>::infinity();
| ^~~~~~~