| Problem | party_noi |
|---|---|
| User | LovePeggingLucaBalsa |
| Submission Time | 2026-01-28 17:41:10 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
party_noi.cpp: In function ‘int main()’:
party_noi.cpp:14:12: error: no match for ‘operator[]’ (operand types are ‘std::set<long long int>’ and ‘int’)
14 | capitalist[0] = 0;
| ^
party_noi.cpp:17:35: error: no match for ‘operator[]’ (operand types are ‘std::set<long long int>’ and ‘long long int’)
17 | capitalist.insert(max(capitalist[i-1],fucks[i]);
| ^
party_noi.cpp:21:18: error: no match for ‘operator[]’ (operand types are ‘std::set<long long int>’ and ‘long long int’)
21 | h += capitalist[shits];
| ^