Problem guanine
User leafeon
Submission Time 2025-06-05 15:41:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

guanine.cpp: In function ‘int main()’:
guanine.cpp:30:16: error: expected ‘;’ before ‘cin’
30 | n = a.size()
| ^
| ;
31 | cin >> pyz;
| ~~~