Problem penguingathering
User Matrixworld
Submission Time 2026-06-25 09:01:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

penguingathering.cpp:41:8: error: redefinition of ‘int main()’
41 | signed main() {
| ^~~~
penguingathering.cpp:7:8: note: ‘int main()’ previously defined here
7 | signed main() {
| ^~~~