Problem summarising2024
User boaznumberd5555
Submission Time 2025-01-01 17:22:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

xingyang.cpp: In function ‘long long int xythesnake(int, std::vector<int>)’:
xingyang.cpp:22:9: error: redeclaration of ‘std::string x’
22 | string x = "1";
| ^
xingyang.cpp:17:9: note: ‘std::string x’ previously declared here
17 | string x = "1";
| ^