Problem summarising2024
User Microphone
Submission Time 2025-01-27 16:58:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

xyfriend.cpp: In function ‘long long int xythesnake(int, std::vector<int>)’:
xyfriend.cpp:6:2: error: ‘b’ was not declared in this scope
6 | b = &A;
| ^
xyfriend.cpp:7:21: error: expected ‘}’ at end of input
7 | return (long long)B;
| ^
xyfriend.cpp:4:45: note: to match this ‘{’
4 | long long xythesnake (int N, vector <int> A){
| ^