| Problem | reverseandmin |
|---|---|
| User | brat |
| Submission Time | 2025-12-27 20:32:05 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
reverseandmin.cpp: In function ‘int main()’:
reverseandmin.cpp:20:21: error: ‘d’ was not declared in this scope
20 | while (c != 0) {d
| ^
reverseandmin.cpp:22:24: error: invalid operands of types ‘long long int’ and ‘<unresolved overloaded function type>’ to binary ‘operator+’
22 | rev = rev * 10 + remainder; // Append the digit to the reversed number
| ~~~~~~~~~^~~~~~~~~~~