Problem topical
User G
Submission Time 2024-07-30 08:53:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

topical.cpp: In function ‘int main()’:
topical.cpp:13:16: error: ‘j’ was not declared in this scope
13 | cin >> r[i][j];
| ^
topical.cpp:18:16: error: ‘j’ was not declared in this scope
18 | cin >> u[i][j];
| ^
topical.cpp:21:8: error: ‘flag’ was not declared in this scope
21 | while(flag){
| ^~~~