Problem | pascal |
---|---|
User | Usu |
Submission Time | 2025-08-13 09:50:47 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
pascal.cpp: In function ‘int main()’:
pascal.cpp:88:11: error: ‘a’ was not declared in this scope
88 | subtract(a, 1);
| ^
pascal.cpp:89:11: error: ‘b’ was not declared in this scope
89 | subtract(b, 1);
| ^