| Problem | reciprocals |
|---|---|
| User | Abi |
| Submission Time | 2024-07-19 17:16:31 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
reciprocals.cpp: In function ‘int main()’:
reciprocals.cpp:7:2: error: ‘c’ was not declared in this scope
7 | c = b-1;
| ^
reciprocals.cpp:8:2: error: ‘d’ was not declared in this scope
8 | d = a-c;
| ^