Problem party_noi
User Pout
Submission Time 2026-08-28 19:55:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

party_noi.cpp: In function ‘int main()’:
party_noi.cpp:5:2: error: ‘ios_sync_with_stdio’ was not declared in this scope
5 | ios_sync_with_stdio(false);
| ^~~~~~~~~~~~~~~~~~~
party_noi.cpp:19:36: error: expected primary-expression before ‘long’
19 | long int len = people.size()/size(long int);
| ^~~~