| Problem | candies |
|---|---|
| User | wilson9304 |
| Submission Time | 2026-02-14 10:43:09 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
candies.cpp:53:7: error: redefinition of ‘class Mex’
53 | class Mex {
| ^~~
candies.cpp:5:7: note: previous definition of ‘class Mex’
5 | class Mex {
| ^~~
candies.cpp:81:8: error: redefinition of ‘int main()’
81 | signed main() {
| ^~~~
candies.cpp:33:8: note: ‘int main()’ previously defined here
33 | signed main() {
| ^~~~