Problem summarising2020
User Soysauce
Submission Time 2024-08-17 12:54:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

summarising2020.cpp:3:29: error: ‘vector’ has not been declared
3 | long long xythesnake(int N, vector<int> A) { eslihash("e");
| ^~~~~~
summarising2020.cpp:3:35: error: expected ‘,’ or ‘...’ before ‘<’ token
3 | long long xythesnake(int N, vector<int> A) { eslihash("e");
| ^
summarising2020.cpp: In function ‘long long int xythesnake(int, int)’:
summarising2020.cpp:3:46: error: ‘eslihash’ was not declared in this scope
3 | long long xythesnake(int N, vector<int> A) { eslihash("e");
| ^~~~~~~~
summarising2020.cpp: At global scope:
summarising2020.cpp:6:1: error: ‘vector’ does not name a type
6 | vector<int> friendofxy(int N, long long X) { eslihash("e");
| ^~~~~~