Problem illuminate
User Mimikyu
Submission Time 2024-02-05 20:29:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

illuminate.cpp: In function ‘int main()’:
illuminate.cpp:5:11: error: ‘r’ was not declared in this scope
5 | char arr[r][c];
| ^
illuminate.cpp:5:14: error: ‘c’ was not declared in this scope
5 | char arr[r][c];
| ^
illuminate.cpp:9:9: error: ‘arr’ was not declared in this scope
9 | cin>>arr[j][i];
| ^~~