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

Compile Error

fraud.cpp: In function ‘int main()’:
fraud.cpp:91:5: error: redeclaration of ‘ld larger’
91 | 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:92:5: error: redeclaration of ‘ld smaller’
92 | ld smaller = numeric_limits<ld>::infinity();
| ^~~~~~~
fraud.cpp:26:5: note: ‘ld smaller’ previously declared here
26 | ld smaller = numeric_limits<ld>::infinity();
| ^~~~~~~