Problem sunshine
User KingKav199
Submission Time 2023-11-20 11:52:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sunshine.cpp: In function ‘int32_t main()’:
sunshine.cpp:19:21: error: ‘n’ was not declared in this scope
19 | for(int i = 0;i<n;i++){
| ^
sunshine.cpp:23:22: error: ‘n’ was not declared in this scope
23 | for(int i = 0;i<=n;i++){
| ^
sunshine.cpp:24:26: error: ‘m’ was not declared in this scope
24 | for(int j = 0;j<=m;j++){
| ^