Problem guanine
User hailice
Submission Time 2022-12-24 15:59:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

guanine.cpp: In function ‘int main()’:
guanine.cpp:7:14: error: expected ‘;’ before ‘for’
7 | cin.ignore()
| ^
| ;
8 | for (int j = 0; j < n; ++j) {
| ~~~
guanine.cpp:8:21: error: ‘j’ was not declared in this scope
8 | for (int j = 0; j < n; ++j) {
| ^