Problem sumint
User NYGHNZN
Submission Time 2023-11-10 10:06:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:11:35: error: expected ‘}’ at end of input
11 | cout << max_val << "\n" << product;
| ^
sumint.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^