Main.cpp: In function 'int main()':
Main.cpp:11:17: error: template argument 1 is invalid
11 | vector<long lon}g l(10, -1000);
| ^~~
Main.cpp:11:17: error: template argument 2 is invalid
Main.cpp:11:20: error: expected unqualified-id before '}' token
11 | vector<long lon}g l(10, -1000);
| ^
Main.cpp:11:21: error: 'g' was not declared in this scope
11 | vector<long lon}g l(10, -1000);
| ^
Main.cpp:16:13: error: 'l' was not declared in this scope
16 | if (l[s]!=-1000 && k-l[s]<=10) {
| ^
Main.cpp:19:9: error: 'l' was not declared in this scope
19 | l[s]=k;
| ^