Problem snowball
User briyanii
Submission Time 2023-08-18 16:22:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

snowball.cpp: In function ‘int main()’:
snowball.cpp:16:6: error: expected ‘(’ before ‘yes’
16 | if yes[i] != *max_element(yes.begin(), yes.end()){
| ^~~
| (
snowball.cpp:20:28: error: expected ‘;’ before ‘cout’
20 | total += biggest * biggest
| ^
| ;
21 | cout << total;
| ~~~~