| Problem | pascal |
|---|---|
| User | haroldpyh |
| Submission Time | 2026-04-17 22:28:53 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
pascal.cpp: In function ‘int main()’:
pascal.cpp:14:10: error: ‘num’ was not declared in this scope; did you mean ‘enum’?
14 | cout << num / den;
| ^~~
| enum
pascal.cpp:14:16: error: ‘den’ was not declared in this scope
14 | cout << num / den;
| ^~~