| Problem | party_noi |
|---|---|
| User | shadowblade2718 |
| Submission Time | 2026-04-15 14:22:14 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
party_noi.cpp: In function ‘int main()’:
party_noi.cpp:7:5: error: structured binding declaration cannot have type ‘int’
7 | int[] array = new int[n];
| ^~
party_noi.cpp:7:5: note: type must be cv-qualified ‘auto’ or reference to cv-qualified ‘auto’
party_noi.cpp:7:5: error: empty structured binding declaration
party_noi.cpp:7:8: error: expected initializer before ‘array’
7 | int[] array = new int[n];
| ^~~~~