Problem guanine
User Kannan
Submission Time 2023-12-13 03:43:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

guanine.cpp: In function ‘int main()’:
guanine.cpp:15:36: error: expected ‘)’ before ‘;’ token
15 | cout << dna.at(int(y-1);)
| ~ ^
| )
guanine.cpp:15:37: error: expected primary-expression before ‘)’ token
15 | cout << dna.at(int(y-1);)
| ^