Problem vectorindexing
User migueltanpe67
Submission Time 2026-06-24 09:48:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

vectorindexing.cpp: In function ‘int main()’:
vectorindexing.cpp:6:13: error: a function-definition is not allowed here before ‘{’ token
6 | int main() {
| ^
vectorindexing.cpp:19:1: error: expected ‘}’ at end of input
19 | }
| ^
vectorindexing.cpp:5:14: note: to match this ‘{’
5 | signed main(){
| ^