Problem party_noi
User Anonymous1O1
Submission Time 2024-03-01 19:49:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cc1plus: error: ‘::main’ must return ‘int’
party_noi.cpp: In function ‘int main()’:
party_noi.cpp:18:8: error: ‘accumulate’ was not declared in this scope
18 | cout<<accumulate(h+static_cast<int>(n/2),h+n,0);
| ^~~~~~~~~~