Problem guanine
User PerihelionfromAphelion
Submission Time 2026-08-29 22:30:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

guanine.cpp: In function ‘int32_t main()’:
guanine.cpp:27:24: error: ‘y’ was not declared in this scope
27 | DNA = DNA.substr(0, y);
| ^
guanine.cpp:30:21: error: ‘y’ was not declared in this scope
30 | DNA = DNA.substr(y);
| ^