| Problem | rubies |
|---|---|
| User | PlayVoltz |
| Submission Time | 2023-12-05 15:13:45 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
rubies.cpp: In function ‘int32_t main()’:
rubies.cpp:28:28: error: invalid operands of types ‘long double’ and ‘int’ to binary ‘operator>>’
28 | long double ans = low+high>>1;
| ~~~~~~~~^~~
| | |
| | int
| long double