Problem arrayngement
User tanhanxi195
Submission Time 2026-06-26 15:42:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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 ++)
| ^~~~