0_0_39739360_8961.cpp: In function 'int main()':
0_0_39739360_8961.cpp:120:30: error: expected '}' at end of input
120 | cout << prod;
| ^
0_0_39739360_8961.cpp:104:26: note: to match this '{'
104 | while (cin >> n) {
| ^
0_0_39739360_8961.cpp:120:30: error: expected '}' at end of input
120 | cout << prod;
| ^
0_0_39739360_8961.cpp:102:12: note: to match this '{'
102 | int main() {
| ^
|