Problem | pascal |
---|---|
User | ATHY |
Submission Time | 2025-03-08 17:29:24 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
pascal.cpp: In function ‘int main()’:
pascal.cpp:8:10: error: expected initializer before ‘>>’ token
8 | int r,c >> cin >> r >> c;
| ^~
pascal.cpp:16:14: error: ‘c’ was not declared in this scope
16 | cout << arr[c-1] << endl;
| ^