Problem binarystring
User Pan
Submission Time 2024-03-13 21:42:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

binarystring.cpp: In function ‘int main()’:
binarystring.cpp:109:2: error: ‘else’ without a previous ‘if’
109 | else cout << *min_element(answer.begin(), answer.end()) << endl;//
| ^~~~