Problem smurf
User Hytoh
Submission Time 2023-04-05 16:12:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

smurf.cpp:16:27: error: missing terminating ' character
16 | cout << row[j] << ';
| ^~
smurf.cpp: In function ‘int main()’:
smurf.cpp:16:21: error: ‘j’ was not declared in this scope
16 | cout << row[j] << ';
| ^
smurf.cpp:17:5: error: expected primary-expression before ‘}’ token
17 | }
| ^