Problem candymountain_ex
User username
Submission Time 2023-09-09 16:13:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

candymountain_ex.cpp: In function ‘int main()’:
candymountain_ex.cpp:13:26: error: expected ‘)’ before ‘;’ token
13 | ans=max(ans,*(s.begin());
| ~ ^
| )
candymountain_ex.cpp:17:27: error: expected ‘)’ before ‘;’ token
17 | ans=max(ans,*(s.begin());
| ~ ^
| )