Problem | pascal |
---|---|
User | lololol |
Submission Time | 2024-02-09 06:08:13 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
pascal.cpp:3:18: error: ‘c’ has not been declared
3 | int pascal(int r,c){
| ^
pascal.cpp: In function ‘int pascal(int, int)’:
pascal.cpp:4:5: error: ‘c’ was not declared in this scope
4 | if(c==1 or c==r){
| ^