Problem whatisthisactf
User Yuzzll
Submission Time 2023-04-18 19:17:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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