| Problem | arrayngement |
|---|---|
| User | tanhanxi195 |
| Submission Time | 2026-06-26 15:42:18 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
arrayngement.cpp: In function ‘int main()’:
arrayngement.cpp:7:13: error: ‘Y’ was not declared in this scope
7 | cin >> Y >> R >> C;
| ^
arrayngement.cpp:8:27: error: request for member ‘size’ in ‘N’, which is of non-class type ‘long long int’
8 | for (int i = 0; i < N. size(); i ++)
| ^~~~
arrayngement.cpp:8:39: error: expected statement at end of input
8 | for (int i = 0; i < N. size(); i ++)
| ^
arrayngement.cpp:8:39: error: expected ‘}’ at end of input
arrayngement.cpp:5:16: note: to match this ‘{’
5 | signed main() {
| ^