Problem | factorymachines |
---|---|
User | columbina |
Submission Time | 2025-06-19 15:43:39 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
factorymachines.cpp: In function ‘int main()’:
factorymachines.cpp:14:5: error: inconsistent deduction for ‘auto’: ‘int’ and then ‘double’
14 | auto left=1, right=1e99, ans=-1;
| ^~~~