Problem | collectmushrooms6 |
---|---|
User | Ush |
Submission Time | 2023-11-16 11:43:02 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
collectmushrooms6.cpp: In function ‘int32_t main()’:
collectmushrooms6.cpp:38:30: error: invalid types ‘int[long long int]’ for array subscript
38 | if (ss[x2][y2]-ss[x1-1[y2]-ss[x2][y1-1]+ss[x1-1][y1-1]>= k) ans++;
| ^
collectmushrooms6.cpp:38:63: error: expected ‘]’ before ‘)’ token
38 | if (ss[x2][y2]-ss[x1-1[y2]-ss[x2][y1-1]+ss[x1-1][y1-1]>= k) ans++;
| ^
| ]
collectmushrooms6.cpp:42:29: error: expected ‘;’ before ‘}’ token
42 | cout << ans
| ^
| ;
43 | }
| ~