Problem guanine
User Nacht
Submission Time 2025-04-06 15:06:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

guanine.cpp: In function ‘int main()’:
guanine.cpp:34:31: error: expected ‘;’ before ‘cout’
34 | if (z - 1 < int(dna.size()) cout << dna[z] << endl;
| ^~~~~
| ;
guanine.cpp:35:3: error: expected primary-expression before ‘}’ token
35 | }
| ^
guanine.cpp:34:55: error: expected ‘)’ before ‘}’ token
34 | if (z - 1 < int(dna.size()) cout << dna[z] << endl;
| ~ ^
| )
35 | }
| ~
guanine.cpp:35:3: error: expected primary-expression before ‘}’ token
35 | }
| ^