Problem vectorindexing
User Mateow
Submission Time 2026-06-24 10:33:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

vectorindexing.cpp:6:18: error: stray ‘#’ in program
6 | cin.tie(NULL)#include <bits/stdc++.h>
| ^
vectorindexing.cpp: In function ‘int main()’:
vectorindexing.cpp:6:18: error: expected ‘;’ before ‘include’
6 | cin.tie(NULL)#include <bits/stdc++.h>
| ^~~~~~~~
| ;
vectorindexing.cpp:9:12: error: a function-definition is not allowed here before ‘{’ token
9 | int main() {
| ^