Problem | lcs |
---|---|
User | cobnet |
Submission Time | 2024-02-21 16:23:17 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lcs.cpp: In function ‘int main()’:
lcs.cpp:10:14: error: expected ‘;’ before ‘for’
10 | noodal = 0
| ^
| ;
11 | for(int g = 0; g < booga;g++){
| ~~~
lcs.cpp:11:19: error: ‘g’ was not declared in this scope
11 | for(int g = 0; g < booga;g++){
| ^