Problem | summarising2020 |
---|---|
User | 56cy |
Submission Time | 2023-02-16 14:28:55 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
summarising2020.cpp:8:29: error: ‘vector’ has not been declared
8 | long long xythesnake(int N, vector<int> A){
| ^~~~~~
summarising2020.cpp:8:35: error: expected ‘,’ or ‘...’ before ‘<’ token
8 | long long xythesnake(int N, vector<int> A){
| ^
summarising2020.cpp: In function ‘long long int xythesnake(int, int)’:
summarising2020.cpp:10:15: error: ‘A’ was not declared in this scope
10 | lol[id] = A;
| ^
summarising2020.cpp: At global scope:
summarising2020.cpp:14:1: error: ‘vector’ does not name a type
14 | vector<int> friendofxy(int N, long long X){
| ^~~~~~