Problem guanine
User Hansjuaraosn
Submission Time 2024-10-04 00:51:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

guanine.cpp: In function ‘int main()’:
guanine.cpp:24:13: error: expected ‘,’ or ‘;’ before ‘for’
24 | for(int j = 0 ; j < length ; j++){
| ^~~
guanine.cpp:24:29: error: ‘j’ was not declared in this scope
24 | for(int j = 0 ; j < length ; j++){
| ^