nautilus.cpp:52:18: error: extended character ” is not valid in an identifier
52 | cout << ans << ”\n”;
| ^
nautilus.cpp:52:21: error: stray '\' in program
52 | cout << ans << ”\n”;
| ^
nautilus.cpp:52:22: error: extended character ” is not valid in an identifier
52 | cout << ans << ”\n”;
| ^
nautilus.cpp: In function 'int main()':
nautilus.cpp:9:13: error: found ':' in nested-name-specifier, expected '::'
9 | char c: cin >> c;
| ^
| ::
nautilus.cpp:9:12: error: 'c' has not been declared
9 | char c: cin >> c;
| ^
nautilus.cpp:9:19: error: qualified-id in declaration before '>>' token
9 | char c: cin >> c;
| ^~
nautilus.cpp:10:30: error: 'c' was not declared in this scope
10 | b[i][j] = sea[i][j] = (c=='.');
| ^
nautilus.cpp:52:18: error: '\U0000201d' was not declared in this scope
52 | cout << ans << ”\n”;
| ^