Problem | party_noi |
---|---|
User | Stucknight |
Submission Time | 2024-07-16 21:48:06 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
party_noi.cpp: In function ‘int main()’:
party_noi.cpp:11:5: error: request for member ‘push_back’ in ‘n’, which is of non-class type ‘int’
11 | n.push_back(a);
| ^~~~~~~~~
party_noi.cpp:15:2: error: ‘cnt’ was not declared in this scope; did you mean ‘int’?
15 | cnt = 0;
| ^~~
| int