Problem souvenirs3
User Andrea
Submission Time 2026-06-26 16:45:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

souvenirs3.cpp: In function ‘int main()’:
souvenirs3.cpp:5:18: error: ‘N’ was not declared in this scope
5 | vector<int>a(N);
| ^
souvenirs3.cpp:7:15: error: expected ‘)’ before ‘{’ token
7 | if(N==5&&a{1,2,3,4,5})
| ~ ^
| )