编号 | 题目 | 状态 | 分数 | 总时间 | 内存 | 代码 / 答案文件 | 提交者 | 提交时间 |
---|---|---|---|---|---|---|---|---|
#3688 | #1010. 击毙你~~~ | Compile Error | 0 | 0 ms | 0 K | C / 1.1 K | t330026189 | 2023-11-25 16:21:01 |
/* run this program using the console pauser or add your own getch, system("pause") or input loop */
char s1 = "\0", str = , buff = "\0";
int ;
long long len1;
int
int
编译信息
/sandbox/1/a.c:44:16: warning: format specifies type 'int' but the argument has type 'long long' [-Wformat]
printf("%d\n",cont);
~~ ^~~~
%lld
1 warning generated.
/tmp/a-59eac1.o: in function `main':
a.c:(.text+0x31): relocation truncated to fit: R_X86_64_PC32 against symbol `len1' defined in .bss section in /tmp/a-59eac1.o
a.c:(.text+0xa3): relocation truncated to fit: R_X86_64_PC32 against symbol `len1' defined in .bss section in /tmp/a-59eac1.o
a.c:(.text+0xe4): relocation truncated to fit: R_X86_64_32S against symbol `buff' defined in .bss section in /tmp/a-59eac1.o
a.c:(.text+0xfb): relocation truncated to fit: R_X86_64_32S against symbol `buff' defined in .bss section in /tmp/a-59eac1.o
a.c:(.text+0x114): relocation truncated to fit: R_X86_64_32S against symbol `buff' defined in .bss section in /tmp/a-59eac1.o
a.c:(.text+0x12d): relocation truncated to fit: R_X86_64_32S against symbol `buff' defined in .bss section in /tmp/a-59eac1.o
a.c:(.text+0x155): relocation truncated to fit: R_X86_64_32S against symbol `buff' defined in .bss section in /tmp/a-59eac1.o
a.c:(.text+0x234): relocation truncated to fit: R_X86_64_PC32 against symbol `len1' defined in .bss section in /tmp/a-59eac1.o
a.c:(.text+0x274): relocation truncated to fit: R_X86_64_32S against symbol `buff' defined in .bss section in /tmp/a-59eac1.o
a.c:(.text+0x28c): relocation truncated to fit: R_X86_64_32S against symbol `buff' defined in .bss section in /tmp/a-59eac1.o
a.c:(.text+0x2a4): additional relocation overflows omitted from the output
clang: error: linker command failed with exit code 1 (use -v to see invocation)