Problem | distribution |
---|---|
User | chenweilian |
Submission Time | 2024-12-04 14:47:00 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
distribution.cpp: In function ‘void bf1(int, ll, pii)’:
distribution.cpp:71:38: error: expected ‘;’ before ‘}’ token
71 | check.push_b({sum, mask})
| ^
| ;
72 | }
| ~