Problem whatisthisactf
User gl
Submission Time 2026-02-08 20:48:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

/usr/bin/ld: /tmp/ccVuPAze.o:(.bss+0x0): multiple definition of `INPUT'; /tmp/ccVggyQg.o:(.bss+0x0): first defined here
/usr/bin/ld: /tmp/ccVuPAze.o:(.bss+0x400): multiple definition of `OUTPUT'; /tmp/ccVggyQg.o:(.bss+0x400): first defined here
/usr/bin/ld: /tmp/ccVuPAze.o:(.bss+0x800): multiple definition of `x'; /tmp/ccVggyQg.o:(.bss+0x800): first defined here
/usr/bin/ld: /tmp/ccVuPAze.o:(.bss+0x808): multiple definition of `t'; /tmp/ccVggyQg.o:(.bss+0x808): first defined here
/usr/bin/ld: /tmp/ccVuPAze.o: in function `AC(int*)':
whatisthisactf.cpp:(.text+0x0): multiple definition of `AC(int*)'; /tmp/ccVggyQg.o:grader.cpp:(.text+0x0): first defined here
/usr/bin/ld: /tmp/ccVuPAze.o: in function `main':
whatisthisactf.cpp:(.text+0x20): multiple definition of `main'; /tmp/ccVggyQg.o:grader.cpp:(.text+0x20): first defined here
/usr/bin/ld: /tmp/ccVggyQg.o: in function `main':
grader.cpp:(.text+0x60): undefined reference to `set_sprintf_fmt_string(char*)'
/