Problem whatisthisactf
User avner21
Submission Time 2023-04-21 14:15:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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