| Problem | guanine |
|---|---|
| User | ForsakenPBJ |
| Submission Time | 2025-02-21 20:57:51 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
guanine.cpp: In function ‘int main()’:
guanine.cpp:23:19: error: ‘y’ was not declared in this scope
23 | DNA.substr(0, y+1);
| ^
guanine.cpp:26:18: error: ‘y’ was not declared in this scope
26 | DNA.erase(0, y+1);
| ^