Problem | papaya |
---|---|
User | TheInvadr |
Submission Time | 2024-12-29 11:53:15 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
papaya.cpp: In function ‘int main()’:
papaya.cpp:15:23: error: expected initializer before ‘arr’
15 | long long int sum arr[n+1][m+1];
| ^~~
papaya.cpp:16:56: error: ‘arr’ was not declared in this scope
16 | for(int i = 1;i<=n;i++)for(int j = 1;j<=m;j++)cin>>arr[i][j];
| ^~~
papaya.cpp:17:25: error: ‘arr’ was not declared in this scope
17 | long long int sum = arr[1][1];
| ^~~
papaya.cpp:22:27: error: expected initializer before ‘u’
22 | long long int sum u,d,l,r;
| ^
papaya.cpp:23:9: error: ‘u’ was not declared in this scope
23 | u=d=l=r=0;
| ^
papaya.cpp:23:11: error: ‘d’ was not declared in this scope
23 | u=d=l=r=0;
| ^
papaya.cpp:23:13: error: ‘l’ was not declared in this scope