Problem whatisthisactf
User SuspiciousAmogus
Submission Time 2024-07-01 15:40:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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